Cheatography
https://cheatography.com
org-mode cheat sheet for doom emacs
This is a draft cheat sheet. It is a work in progress and is not finished yet.
Headlines
Tab |
Open/Close current header |
Shift + TAB |
Cycle through headers |
Alt (Meta) + Up/Down Arrow |
Move section above/below other section |
Alt (Meta) + h/l |
Move section above/below other section |
Alt (Meta) + Left/Right Arrow |
Promote/Demote section |
Alt (Meta) + j/k |
Promote/Demote section |
CTRL + RET |
Create headlines same level as previous and move to this line |
Alt (Meta) + RET |
Add same level header but if list stay on current line |
Movement
] ] |
org-next-visible-heading |
[ [ |
org-previous-visible-heading |
Movement
] ] |
org-next-visible-heading |
[ [ |
org-previous-visible-heading |
Movement
] ] |
org-next-visible-heading |
[ [ |
org-previous-visible-heading |
|
|
Links
[[ headline_name ]] |
Creates link to headline_name |
SPC + m + l |
Create link on current selection |
SPC + n + l |
Store link |
< + s + TAB |
insert begin src block (in edit mode) |
Agenda
SPC + m + t |
Choose task status |
Shift + Left/Right |
Circle tasks statuses |
Shift + Up/Down |
Circle priorities |
SPC + m + q |
Add tag |
Misc
C-c + C-c |
On first item of list will change whole list to same type |
|