deft/org-mode-cheat-sheet.org
Yann Esposito (Yogsototh) 0b3913642a
Same wording for todo state
2018-01-02 13:30:18 +01:00

1.3 KiB

org-mode cheat sheet

M = Command

Style

bold

italic

underlined

code

verbatim

stroked

Change Nodes Level

M-RIGHT : move one level deeper the current node

M-S-RIGHT : move one level deeper the current subtree

Move nodes

M-UP : move the node upper

M-DOWN : move the node one line lower

M-A-UP : move the subtree before the previous same level subtree

M-A-DOWN : move the subtree after the next same level subtree

Create Nodes

C-RET Insert new heading after subtree

SPC m - Turn (head)line into item (cycle item type)

SPC m * Turn item/line into headline

Editing

SPC m n narrow view to subtree

SPC m N widen view

SPC m b focus subtree buffer

SPC m i l insert link

work with todos

type t or S-RIGHT / S-LEFT to cycle from todo, done, nothing

, T show todo tree

TODO [B] Full Task Example   tag1 tag2

DEADLINE: <2019-03-10 Sun>

:PROPERTIES: [] :Effort: 2h :Cost: $200

:END:

Tables

#+TBLNAME:org-plot-example-1

var x y
0.1 -1 0
0.2 1 30
0.3 2 80
0.4 3 110