ox.el: {{{date}}} formatting argument
commit8f38f037b44bb92d00c7f19cae42bba4ebd750ce
authorRasmus <rasmus@gmx.us>
Sun, 8 Feb 2015 20:34:43 +0000 (8 21:34 +0100)
committerRasmus <rasmus@gmx.us>
Mon, 9 Feb 2015 00:47:21 +0000 (9 01:47 +0100)
tree7c6b42df7f5d5366c818a5a1ea17c0b10d64eb6c
parentba544e4caa980c1ef59094b56fcca793082a882d
ox.el: {{{date}}} formatting argument

* ox.el (org-export-as): Allow {{{date}}} to take formatting-argument.
* org.texi (Macro replacement): Document {{{date}}} formatting.
* test-ox.el (test-org-export/expand-macro): Test {{{data(format)}}}
* org-NEWS: Mention optional {{{data}}} argument.

Optional argument to {{{date}}} like {{{date(FMT)}}} are treated
similar to {{{time(FMT)}}} if \#+DATE is a timestamp.
doc/org.texi
etc/ORG-NEWS
lisp/ox.el
testing/lisp/test-ox.el