Skip to content

Instantly share code, notes, and snippets.

@hanjianwei
Forked from wdkrnls/org-syntax-cheatsheet.org
Created October 27, 2012 08:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hanjianwei/3963471 to your computer and use it in GitHub Desktop.
Save hanjianwei/3963471 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. [x] 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