Skip to content

Instantly share code, notes, and snippets.

@wdkrnls
Created March 7, 2012 03:54
  • Star 19 You must be signed in to star a gist
  • Fork 12 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save wdkrnls/1990839 to your computer and use it in GitHub Desktop.
Org-mode Syntax Cheat sheet

Markup Cheat sheet for Org-mode

Heading 1

Heading 2: Set a deadline and a schedule

[66%] Heading 3: a list with checkboxes

  1. [X] task 1
  2. [X] task 2
  3. [ ] task 3

[1/3] Track completion of tasks

Finished task

  • State “DONE” from “TODO” [2012-03-07 Wed 07:56]

STARTED Started task

Unstarted task

  • State “TODO” from “DONE” [2012-03-07 Wed 08:02]

Fancy typesetting features

  • bold ital underline code verbatim strike through
  • : literal example
  • —– horizontal line (5 dashes)

Hyperlinks

hyperlink text http://orgmode.org/worg/images/orgweb/2.jpg External Links targetted link shell commands

Tables and Spreadsheets

Basic Table

Col1Col 2
KWSep
TWAug

Spreadsheet

xy
11
21.4142136
31.7320508
42

Source Code

plot(1:10)
return x + 1

Mathematical Equations

\begin{equation} ∫^x_0 x^2 dx = \frac{x^3}{3} \end{equation}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment