Manually revert to the Release 7.8.04 tag.
[org-mode.git] / testing / examples / normal.org
blobc0d95a4f9e4560bf1be9a6462b9b120ebac6e59f
1 #+TITLE: Example file
2 #+OPTIONS: num:nil ^:nil
3 #+STARTUP: hideblocks
5 This is an example file for use by the Org-mode tests.
7 * top
8 ** code block
9    :PROPERTIES:
10    :tangle:   yes
11    :CUSTOM_ID: code-block-section
12    :END:
13 Here are a couple of code blocks.
15 #+begin_src emacs-lisp :tangle no
16   ;; 94839181-184f-4ff4-a72f-94214df6f5ba
17   (message "I am code")
18 #+end_src
19 * accumulating properties in drawers
20  :PROPERTIES:
21  :var+:     bar=2
22  :var:      foo=1
23  :ID:       75282ba2-f77a-4309-a970-e87c149fe125
24  :END:
26 #+begin_src emacs-lisp :results silent
27  (list bar foo)
28 #+end_src