Org-mode cheat sheet

Manual | RefCard | Org4Beginners | Glossary | Cookbook | 5 useful features

Markup: bold, italic, underlined, strikethrough, , verbatim, code

  • list
    • other list
      • Numbered list

Links1: http://otech.nl, OTech, otech.jpg

Cycle to do items with S-LEFT and S-RIGHT

Table and keys

key context effect
M-RET   New headline
TAB / S-TAB   Fold / Unfold
M-RIGHT / M-LEFT   Promote / Demote
  table Move column
M-UP / M-DOWN table Move row
M-S-DOWN table Insert row (?)
C-c RET table Insert horizontal line
C-c ^ table Sort lines
S-RIGHT / S-LEFT task Cycle workflow
  list Cycle bullet type
S-UP / S-DOWN   Cycle priority
C-c C-e   Export menu
C-c a   Agenda
C-c C-c heading edit tags
  on top refresh local setup
C-c ' code block edit in native mode
C-c ;   Toggle COMMENT of subtree

Literal examples

Some example from a text file.

Also available: VERSE, QUOTE and CENTER

Source code blocks

(defun org-xor (a b)
  "Exclusive or."
  (if a (not b) b))

Use Ditaa for figures.

Footnotes:

1
Show markup by removing the last (hidden) symbol of the link
Tags: technote