diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/templates/default.org | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/templates/default.org b/data/templates/default.org index 860342ea6..a7daef7df 100644 --- a/data/templates/default.org +++ b/data/templates/default.org @@ -1,12 +1,12 @@ $if(title)$ -#+TITLE: $title$ +#+title: $title$ $endif$ $if(author)$ -#+AUTHOR: $for(author)$$author$$sep$; $endfor$ +#+author: $for(author)$$author$$sep$; $endfor$ $endif$ $if(date)$ -#+DATE: $date$ +#+date: $date$ $endif$ $for(header-includes)$ |