Change date format in eisvogel template snippet
This commit is contained in:
parent
3b319eb911
commit
0d070204d8
|
@ -5,7 +5,7 @@
|
|||
#+TITLE: $0
|
||||
#+SUBTITLE:
|
||||
#+AUTHOR: Amin Kasrou Aouam
|
||||
#+DATE: `(format-time-string "%Y-%m-%d")`
|
||||
#+DATE: `(format-time-string "%d-%m-%Y")`
|
||||
#+PANDOC_OPTIONS: template:~/.pandoc/templates/eisvogel.latex
|
||||
#+PANDOC_OPTIONS: listings:t
|
||||
#+PANDOC_OPTIONS: toc:t
|
||||
|
|
Loading…
Reference in New Issue