aboutsummaryrefslogtreecommitdiff
path: root/templates/org.template
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-07-19 16:24:35 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2011-07-19 16:24:35 -0700
commitb43873a9ea07afc698d15559717550f8b46e365c (patch)
tree50d25c6b1e729ab088b9ee01ac5a0cc5b919ccb6 /templates/org.template
parent1c28c5308f0991c09af8dcbf4e555ee77fe1dab1 (diff)
downloadpandoc-b43873a9ea07afc698d15559717550f8b46e365c.tar.gz
Added templates as a git submodule.
This should make it easier for people to track updates to their custom templates.
Diffstat (limited to 'templates/org.template')
-rw-r--r--templates/org.template24
1 files changed, 0 insertions, 24 deletions
diff --git a/templates/org.template b/templates/org.template
deleted file mode 100644
index eaaa17533..000000000
--- a/templates/org.template
+++ /dev/null
@@ -1,24 +0,0 @@
-$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$