Merge branch 'master' of orgmode.org:org-mode
[org-mode/org-tableheadings.git] / testing / examples / include.org
blobc04c942af41611a34f2c47cc19c026126eb7e85b
1 Small Org file with an include keyword.
3 #+BEGIN_SRC emacs-lisp :exports results
4 (+ 2 1)
5 #+END_SRC
7 #+INCLUDE: "include2.org"
9 * Heading
10 body
12 * Another heading
13 :PROPERTIES:
14 :CUSTOM_ID: ah
15 :END:
20 * A headline with a table
21 :PROPERTIES:
22 :CUSTOM_ID: ht
23 :END:
24 #+CAPTION: a table
25 #+NAME: tbl
26 | 1 |
28 * drawer-headline
29 :LOGBOOK:
30 drawer
31 :END:
32 :PROPERTIES:
33 :CUSTOM_ID: dh
34 :END:
35 content