Merge branch 'maint'
[org-mode.git] / testing / examples / include.org
blobf4dcc2052481e0b095fc61ec8f21bf4df1a84738
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 :PROPERTIES:
30 :CUSTOM_ID: dh
31 :END:
32 :LOGBOOK:
33 drawer
34 :END:
35 content