Aloha Nicolas, The attached patch is based on current maint branch.
Let me know if you have questions. All the best, Tom
>From e5ab2427af7095db8c7f080dc8f9457021a10544 Mon Sep 17 00:00:00 2001 From: tsdye <t...@tsdye.com> Date: Tue, 11 Aug 2015 08:34:50 -1000 Subject: [PATCH] Edit date and time macros --- doc/org.texi | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index e9c7cf1..710f102 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -10216,16 +10216,20 @@ export. @item @{@{@{date@}@}@} @itemx @{@{@{date(@var{FORMAT})@}@}@} +@cindex date, macro +This macro refers to the @code{#+DATE} keyword. @var{FORMAT} is an optional +argument to the @code{@{@{@{date@}@}@}} macro that will be used only if +@code{#+DATE} is a single timestamp. @var{FORMAT} should be a format string +understood by @code{format-time-string}. + @itemx @{@{@{time(@var{FORMAT})@}@}@} @itemx @{@{@{modification-time(@var{FORMAT})@}@}@} -@cindex date, macro @cindex time, macro @cindex modification time, macro -These macros refer to the @code{#+DATE} keyword, the current date, and the -modification time of the file being exported, respectively. @var{FORMAT} -should be a format string understood by @code{format-time-string}. Note that -@var{FORMAT} is an optional argument to the @code{@{@{@{date@}@}@}} macro, -and that it will only be used if @code{#+DATE} is a single timestamp. +These macros refer to the date and time when the document is exported and to +the modification date and time of the file being exported, respectively. +@var{FORMAT} should be a format string understood by +@code{format-time-string}. @item @{@{@{input-file@}@}@} @cindex input file, macro -- 2.5.0
Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Hello, > > Thomas S. Dye <t...@tsdye.com> writes: > >> A second patch is attached. > > Thank you. > >> From cb30697627afacc8950ef85b839f47d48371f39b Mon Sep 17 00:00:00 2001 >> From: tsdye <t...@tsdye.com> >> Date: Thu, 6 Aug 2015 12:08:34 -1000 >> Subject: [PATCH 2/2] More date and time macro edits > > I think the commit message is confusing ("more"?). Also, I cannot apply > the patch on maint branch. Could you rebase it on top of that branch? > > Regards, -- Thomas S. Dye http://www.tsdye.com