diff options
author | TEC <tec@tecosaur.com> | 2020-11-18 02:06:30 +0800 |
---|---|---|
committer | Albert Krewinkel <albert+github@zeitkraut.de> | 2020-11-18 14:48:56 +0100 |
commit | 0306eec5fa3591fc864d9e2e3c0b84a1229509e6 (patch) | |
tree | cb2e769efb85b4a51be1b572c478117a7d1529ac /data | |
parent | 224a501b29248a56bfb05f8092ea6db81b838f59 (diff) | |
download | pandoc-0306eec5fa3591fc864d9e2e3c0b84a1229509e6.tar.gz |
Replace org #+KEYWORDS with #+keywords
As of ~2 years ago, lower case keywords became the standard (though they
are handled case insensitive, as always):
https://code.orgmode.org/bzg/org-mode/commit/13424336a6f30c50952d291e7a82906c1210daf0
Upper case keywords are exclusive to the manual:
- https://orgmode.org/list/871s50zn6p.fsf@nicolasgoaziou.fr/
- https://orgmode.org/list/87tuuw3n15.fsf@nicolasgoaziou.fr/
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)$ |