org-latex: change default date format
* lisp/org-latex.el (org-export-latex-date-format): Change default date format to \today. This has the same result but respects the language set in the document by default. Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
06ca884162
commit
1c0d592463
|
@ -258,7 +258,7 @@ For example \orgTITLE for #+TITLE."
|
|||
:type 'boolean)
|
||||
|
||||
(defcustom org-export-latex-date-format
|
||||
"%d %B %Y"
|
||||
"\\today"
|
||||
"Format string for \\date{...}."
|
||||
:group 'org-export-latex
|
||||
:type 'string)
|
||||
|
|
Loading…
Reference in New Issue