One thing that might not be immediately obvious if you’re new to this is the naming convention that’s commonly used.
- M-x means OPTION + x keys. The
meta
orM
key is mapped to the option key on most systems today. - C-u refers to CONTROL + u
- When there is no dash, you're looking at a chord. The keys are then pressed in sequence.
- When you see a capital S that usually means the
SHIFT
key, unless someone used a capital “s” in their function shortcut. - Oh yes and or SPC that’s just the space bar.
- F3 : (write-window-setup)
- Create window layout
- Load or create the file
draft.org
- Load or create the file
notes.md
-
F5 : (my-toggle-margins-low)
- Sets the text-to-window margin low, useful for narrow window columns.
-
F8 : (my-toggle-margins-wide)
- Sets the text-to-window margin wider, easier on the eyes for wider window columns.
-
F7 : (org-html-export-to-html)
- Create a formatted webpage of your document in the same folder you’re working in.
-
F9 : (split-and-indirect-orgtree)
- Create a new window with an isolated view of the outline element you have currently selected.
-
F12 : (kill-and-unsplit-orgtree)
- Remove the currently selected isolated view and collapse the window.
- Emacs Keyboard Commands (US)
- Emacs Survival Card (US)
- Org-Mode Commands (US)
- Collected Works (Multi-Language)