I'm looking for a reference card for the org-mode markup. (Note, NOT the emacs key-bindings reference card).

My quick attempt is below. Might be nice to have two-columns, one with the markup, one with the formatted document.

#+TITLE: This is the title

*bold* /ital/ _underline_  =code= ~verbatim~ $latex_formula$

: [[http:][linktext]]

* Heading 1
** Heading 2
*** Heading 3

-----  horizontal line (5 dashes)

| Col1 | Col 2| 
|------|------|  Press | TAB 
| KW   | Sep  | 
| TW   | Aug  |

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

: example (monospace) $$formula$$ latex type formula

# comment (not exported)

#+begin_src R 
plot(1:10)
#+end_src
link|improve this question
1  
(Even it is not exactly what you are asking for) there is a compact guide to Org-mode. – N.N. Feb 21 at 19:54
1  
This is a great idea! I added some stuff here. Click raw to see the text file since github has a more less working org-mode syntax parser. – wdkrnls Mar 7 at 3:57
1  
This would be a handy thing to have on the desktop. The aforementioned "compact guide" also has a chapter dedicated to "markup": orgmode.org/manual/Markup.html – Matthias Apr 19 at 9:18
feedback

1 Answer

Look here: Org-Mode Reference Card

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.