export back-ends: Handle DATE keyword in a uniform way
commite7bf989b289e11c7cc732240ef6517260a4b3767
authorNicolas Goaziou <n.goaziou@gmail.com>
Tue, 2 Apr 2013 21:59:00 +0000 (2 23:59 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Tue, 2 Apr 2013 21:59:00 +0000 (2 23:59 +0200)
tree11badd5d07ea7ea0a6de12c8ac6bca43ced18876
parent0bd6ccd6f9f5f5493d4158128c79d6f3b86889ca
export back-ends: Handle DATE keyword in a uniform way

* lisp/ox-ascii.el (org-ascii-template--document-title): Use new function.
* lisp/ox-beamer.el (org-beamer-template): Use new function.
* lisp/ox-html.el (org-html-format-spec): Use new function.
* lisp/ox-latex.el (org-latex-template): Use new function.
(org-latex-date-timestamp-format): Remove variable.

The uniform way is to format DATE according to
`org-export-date-timestamp-format' when keyword value consists in
a single timestamp.
lisp/ox-ascii.el
lisp/ox-beamer.el
lisp/ox-html.el
lisp/ox-latex.el