ox: Add generic function to retrieve the date of a document
commit0bd6ccd6f9f5f5493d4158128c79d6f3b86889ca
authorNicolas Goaziou <n.goaziou@gmail.com>
Tue, 2 Apr 2013 21:55:28 +0000 (2 23:55 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Tue, 2 Apr 2013 21:55:28 +0000 (2 23:55 +0200)
treea81ef99cd62ab74faa2e350ae6adb3f29c8c8b54
parent9c854372ff7d721b4fbe69dbca4e6a96d9b533e0
ox: Add generic function to retrieve the date of a document

* lisp/ox.el (org-export-date-timestamp-format): New variable.
(org-export-get-date): New function.
* testing/lisp/test-ox.el: Add tests.
lisp/ox.el
testing/lisp/test-ox.el