summaryrefslogtreecommitdiffstats
path: root/default.org
diff options
context:
space:
mode:
Diffstat (limited to 'default.org')
-rw-r--r--default.org24
1 files changed, 24 insertions, 0 deletions
diff --git a/default.org b/default.org
new file mode 100644
index 0000000..860342e
--- /dev/null
+++ b/default.org
@@ -0,0 +1,24 @@
1$if(title)$
2#+TITLE: $title$
3
4$endif$
5$if(author)$
6#+AUTHOR: $for(author)$$author$$sep$; $endfor$
7$endif$
8$if(date)$
9#+DATE: $date$
10
11$endif$
12$for(header-includes)$
13$header-includes$
14
15$endfor$
16$for(include-before)$
17$include-before$
18
19$endfor$
20$body$
21$for(include-after)$
22
23$include-after$
24$endfor$