diff options
| author | John MacFarlane <fiddlosopher@gmail.com> | 2013-06-22 15:27:05 -0700 |
|---|---|---|
| committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-06-22 15:27:05 -0700 |
| commit | a313e1aa182469d6df1102314ebf4fe87617f92f (patch) | |
| tree | 7d8cc2dc68eb071d5d1cd38ae13786311ed32c04 | |
| parent | 66837d172714d5509c9594b45dc70e7e7de48151 (diff) | |
| download | pandoc-a313e1aa182469d6df1102314ebf4fe87617f92f.tar.gz | |
Added #TITLE: to title in org template.
Previously the writer inserted this.
| -rw-r--r-- | default.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.org b/default.org index eaaa17533..860342ea6 100644 --- a/default.org +++ b/default.org @@ -1,5 +1,5 @@ $if(title)$ -$title$ +#+TITLE: $title$ $endif$ $if(author)$ |
