Improve `org-fix-tags-on-the-fly'
[org-mode/org-tableheadings.git] / testing / examples / normal.org
blobea2383c4fc22e5f9e0018736f2b026aff2d874fe
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    :header-args: :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  :header-args+: :var bar=2
22  :header-args: :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