Back to Cheatsheets

Org Mode

Apps2018-02-19WIP

Syntax

{: .-three-column}

Headings

* Welcome to Org mode

  Lines starting with * are headings.
  These lines without are notes.

** Sub-heading

   Two stars mark a 2nd-level subheading (h2).

Lists

* Lists

To buy:
1. Milk
2. Eggs
   - Organic
3. Cheese
   + Parmesan
   + Mozarella

Inline styles

*bold*
/italic/
_underline_
=verbatim=
~code~
+strike-through+

To do

* TODO buy airplane

Cycle by using S-LEFT / S-RIGHT. List all TODO's via C-c C-v.

Shortcuts

{: .-three-column}

Basic shortcuts

DescriptionShortcut
(Un) foldTAB / S-TAB
Move upM-UP / M-DOWN
New headlineM-RET
Cycle workflowS-LEFT / S-RIGHT
Cycle priorityS-UP / S-DOWN
{:.-shortcuts-right}

Timer

DescriptionShortcut
Start timerC-c C-x 0
Stop timerC-c C-x _
Pause timerC-c C-x ,
------
Start countdownC-c C-x ;
{:.-shortcuts-right}

You can use this for Pomodoro!

Agenda

DescriptionShortcut
Agenda menuC-c a
------
Add documentC-c [
Remove documentC-c ]
------
Add dateC-c .
Add time & dateC-u C-c .
{:.-shortcuts-right}

Start by adding the current file to the agenda (C-c [), then use the agenda menu to navigate.

Export

DescriptionShortcut
Export menuC-c C-e

Lets you export the document as Markdown, HTML, and others.

References