[Tex/LaTex] Equivalent of \today in org mode

datetimeemacsorg-mode

Is there any equivalent of \today in org mode which auto updates whenever the document is exported and can be inserted anywhere in text?

Best Answer

Have a look at the time macro.

For example,

* Date test
This is the export time: {{{time(%Y-%m-%d)}}}.

Will produce the export date.

For the format of the time specification, check the documentation for format-time-string.