diff options
Diffstat (limited to 'default.org')
-rw-r--r-- | default.org | 6 |
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)$ |