Example

1 Basics

You can make words bold, italic, underlined, code and verbatim, and, if you must, strike-through. Text in the code and verbatim string is not processed for Org mode specific syntax, it is exported verbatim.

Some Greek like α, β and γ.

And here is an example link to org-mode homepage.

2 Headlines

text

2.1 Alpha

text

2.1.1 Bravo

text

3 Lists

  • List Item 0
  • List Item 1
  • List Item 2
  • List Item 3

4 Blocks

4.0.1 Normal blocks

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.

4.0.2 Quote blocks

Programs must be written for people to read, and only incidentally for machines to execute.

Abelson & Sussman in SICP, preface to the first edition

4.0.3 Source code blocks

(defun yell (n)
  (if (= n 0) "hiya"
    (concat (yell (- n 1)) "!")))

(yell 5) ;; "hiya!!!!"

5 Tables

Name Price Freshwater Family
Stingray 49.99 no Myliobatoidei
Salmon 23.99 both Salmonidae
Barracuda 12.99 no Sphyraena

6 Sections

6.1 Lord of the Rings

My favorite scenes are (in this order)

  1. The attack of the Rohirrim
  2. Eowyn's fight with the witch king
    • this was already my favorite scene in the book
    • I really like Miranda Otto.
  3. Peter Jackson being shot by Legolas
    • on DVD only

    He makes a really funny face when it happens.

But in the end, no individual scenes matter but the film as a whole.

Important actors in this film are:

Elijah Wood
He plays Frodo
Sean Austin
He plays Sam, Frodo's friend. I still remember him very well from his role as Mikey Walsh in The Goonies.

7 HTML

Here is some markup: <b>not bold text</b>

And a source block:

<b>pow!</b>

<b>pow!</b> <ul> <li>bing <li>bam <li>boom </ul>

italics

Finally inline: bold text

See org-mode manual Quoting HTML tags.

8 Footnote

Here lies exact instructions 1 for random 2 noise.

9 Latex

Trace execution using example:

Assume \(\alpha=9\), \(n=16\) and \(x=0\).

Stack grows until base case \(2^{x}=n\), thenunwinds.

10 Custom ID

Footnotes:

1

Except for USA, Mexico and Canada

2

Further tournament types will be added