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
  • 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

Goals

Set a deadline

Meet the deadline tomorrow!

[#A] Meet with accountant

Scheduled a meeting with Bill to talk about savings.

[/] Project

Do foo

Do bar

Make website

Fancy typesetting features

bold ital underline code verbatim strike through

Hyperlinks

[[http:][linktext]]
[[http://orgmode.org/worg/images/orgweb/2.jpg]]
[[info:org#External links][External Links]]
[[docview:papers/last.pdf::NNN][Cool article on page NNN]]
shell:ls *.org

Headings

* Heading 1                    :tag1:tag2:     C-c C-c
** Heading 2
*** Heading 3

----- horizontal line (5 dashes)

Tables and Spreadsheets

Col1Col 2C-c -
KWSepM-TAB
TWAug
xy
11
21.4142136
31.7320508
42

Lists

  1. number list, alternate 1)
  • bullet list, alternate +

Source Code

plot(1:10)
return x + 1

\begin{equation} ∫^x_0 x^2 dx = \frac{x^3}{3} C-c C-x C-l \end{equation}

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