File: include.org

package info (click to toggle)
org-mode 9.5.2%2Bdfsh-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,408 kB
  • sloc: lisp: 138,291; xml: 1,377; perl: 229; makefile: 194; sh: 5
file content (35 lines) | stat: -rw-r--r-- 383 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Small Org file with an include keyword.

#+BEGIN_SRC emacs-lisp :exports results
(+ 2 1)
#+END_SRC

#+INCLUDE: "include2.org"

* Heading
body

* Another heading
:PROPERTIES:
:CUSTOM_ID: ah
:END:
1
2
3

* A headline with a table
:PROPERTIES:
:CUSTOM_ID: ht
:END:
#+CAPTION: a table
#+NAME: tbl
| 1 |

* drawer-headline
:PROPERTIES:
:CUSTOM_ID: dh
:END:
:LOGBOOK:
drawer
:END:
content