>From cf8ba2d13a4b733e358b28fe2ad8d83f0018fca9 Mon Sep 17 00:00:00 2001 From: tsdye Date: Thu, 6 Aug 2015 10:47:07 -1000 Subject: [PATCH] Edit date and time macros --- doc/org.texi | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index d420259..b5ababb 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -10217,15 +10217,17 @@ export. @item @address@hidden@address@hidden@address@hidden @itemx @address@hidden@{date(@var{FORMAT})@address@hidden@} @itemx @address@hidden@{time(@var{FORMAT})@address@hidden@} address@hidden @address@hidden@{modification-time(@var{FORMAT})@address@hidden@} @cindex date, macro @cindex time, macro address@hidden 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} +These macros refer to information associated with the @code{#+DATE} keyword. +The @var{FORMAT} argument, which is optional for the @address@hidden@address@hidden@address@hidden macro, 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. +it will only be used if @code{#+DATE} is a single timestamp. + address@hidden @address@hidden@{modification-time(@var{FORMAT})@address@hidden@} address@hidden modification time, macro + +This macro refers to the modification time of the file being exported. @item @address@hidden@address@hidden@address@hidden @cindex input file, macro -- 2.4.5