Markup Cheat sheet for Org-mode
Heading 1
Heading 2: Set a deadline and a schedule
[66%] Heading 3: a list with checkboxes
- [X] task 1
- [X] task 2
- [ ] 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
External Links
targetted link
shell commands
Tables and Spreadsheets
Basic Table
Col1 | Col 2 |
---|---|
KW | Sep |
TW | Aug |
Spreadsheet
x | y |
---|---|
1 | 1 |
2 | 1.4142136 |
3 | 1.7320508 |
4 | 2 |
Source Code
plot(1:10)
return x + 1
Mathematical Equations
\begin{equation} ∫^x_0 x^2 dx = \frac{x^3}{3} \end{equation}