>From e5ab2427af7095db8c7f080dc8f9457021a10544 Mon Sep 17 00:00:00 2001 From: tsdye 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 @address@hidden@address@hidden@address@hidden @itemx @address@hidden@{date(@var{FORMAT})@address@hidden@} address@hidden date, macro +This macro refers to the @code{#+DATE} keyword. @var{FORMAT} is an optional +argument to the @address@hidden@address@hidden@address@hidden@}} macro that will be used only if address@hidden is a single timestamp. @var{FORMAT} should be a format string +understood by @code{format-time-string}. + @itemx @address@hidden@{time(@var{FORMAT})@address@hidden@} @itemx @address@hidden@{modification-time(@var{FORMAT})@address@hidden@} address@hidden 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 address@hidden is an optional argument to the @address@hidden@address@hidden@address@hidden@}} 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. address@hidden should be a format string understood by address@hidden @item @address@hidden@address@hidden@address@hidden @cindex input file, macro -- 2.5.0