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