summaryrefslogtreecommitdiff
path: root/templates/default.org
diff options
context:
space:
mode:
Diffstat (limited to 'templates/default.org')
-rw-r--r--templates/default.org24
1 files changed, 24 insertions, 0 deletions
diff --git a/templates/default.org b/templates/default.org
new file mode 100644
index 000000000..eaaa17533
--- /dev/null
+++ b/templates/default.org
@@ -0,0 +1,24 @@
+$if(title)$
+$title$
+
+$endif$
+$if(author)$
+#+AUTHOR: $for(author)$$author$$sep$; $endfor$
+$endif$
+$if(date)$
+#+DATE: $date$
+
+$endif$
+$for(header-includes)$
+$header-includes$
+
+$endfor$
+$for(include-before)$
+$include-before$
+
+$endfor$
+$body$
+$for(include-after)$
+
+$include-after$
+$endfor$