summaryrefslogtreecommitdiffstats
path: root/default.org
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-11-19 14:53:43 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-11-19 14:53:43 -0800
commitea3841573fe83d8e101d70cbd78a1d6aa4bd6a21 (patch)
treee4df146ac513e5b96fa3d0b42e5481c53d442571 /default.org
parentb5f9ac0d0ec74abfaf7bdbc27ee0bee11391d0ee (diff)
downloadpandoc-templates-ea3841573fe83d8e101d70cbd78a1d6aa4bd6a21.tar.gz
pandoc-templates-ea3841573fe83d8e101d70cbd78a1d6aa4bd6a21.zip
Updated templates for pandoc 2.11.2
Diffstat (limited to 'default.org')
-rw-r--r--default.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/default.org b/default.org
index 860342e..a7daef7 100644
--- a/default.org
+++ b/default.org
@@ -1,12 +1,12 @@
1$if(title)$ 1$if(title)$
2#+TITLE: $title$ 2#+title: $title$
3 3
4$endif$ 4$endif$
5$if(author)$ 5$if(author)$
6#+AUTHOR: $for(author)$$author$$sep$; $endfor$ 6#+author: $for(author)$$author$$sep$; $endfor$
7$endif$ 7$endif$
8$if(date)$ 8$if(date)$
9#+DATE: $date$ 9#+date: $date$
10 10
11$endif$ 11$endif$
12$for(header-includes)$ 12$for(header-includes)$