diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2010-12-05 09:34:40 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2010-12-05 09:34:40 -0800 |
| commit | e8e491bdbf86b95e2ce2beac2a7062c57bfd9e5d (patch) | |
| tree | f64651c02c7e0bfa8f55d0e4c0c410f8a17c9657 /templates/org.template | |
| parent | c277d29902eb5dd7fb53ed49cb91a8b915d5cfb2 (diff) | |
| parent | 85263ecda9ba33d3ff8c71e35ee6fe6aa89cf5bc (diff) | |
| download | pandoc-e8e491bdbf86b95e2ce2beac2a7062c57bfd9e5d.tar.gz | |
Merge branch 'punchagan-master'
Diffstat (limited to 'templates/org.template')
| -rw-r--r-- | templates/org.template | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/templates/org.template b/templates/org.template new file mode 100644 index 000000000..303e1aad0 --- /dev/null +++ b/templates/org.template @@ -0,0 +1,22 @@ +$if(title)$ +$title$ + +$endif$ +#+AUTHOR: $for(author)$$author$$sep$; $endfor$ +$if(date)$ +#+DATE: $date$ + +$endif$ +$for(header-includes)$ +$header-includes$ + +$endfor$ +$for(include-before)$ +$include-before$ + +$endfor$ +$body$ +$for(include-after)$ + +$include-after$ +$endfor$ |
