repo.or.cz
/
org-mode
/
org-tableheadings.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
lisp/org-table.el: fix table alignment
[org-mode/org-tableheadings.git]
/
testing
/
examples
/
include.org
blob
f4dcc2052481e0b095fc61ec8f21bf4df1a84738
1
Small Org file with an include keyword.
2
3
#+BEGIN_SRC emacs-lisp :exports results
4
(+ 2 1)
5
#+END_SRC
6
7
#+INCLUDE: "include2.org"
8
9
* Heading
10
body
11
12
* Another heading
13
:PROPERTIES:
14
:CUSTOM_ID: ah
15
:END:
16
1
17
2
18
3
19
20
* A headline with a table
21
:PROPERTIES:
22
:CUSTOM_ID: ht
23
:END:
24
#+CAPTION: a table
25
#+NAME: tbl
26
| 1 |
27
28
* drawer-headline
29
:PROPERTIES:
30
:CUSTOM_ID: dh
31
:END:
32
:LOGBOOK:
33
drawer
34
:END:
35
content