This was different in earlier versions.

And what about date and time. Are these macros also expected to be defined manually before?


Nicolas Goaziou <mail@nicolasgoaziou.fr> schrieb am Mi., 20. Mai 2020, 00:53:
Hello,

"Dauer, Michael" <michael.dauer@smartpm.com> writes:

> mist.org>>>
>
> * test
> foo {{{author}}} bar {{{keyword(AUTHOR)}}}
> {{{title}}}
> {{{date}}}
> {{{time}}}
> {{{input-file}}}
> {{{n}}}
> <<<
>
> ascii output buffer>>>
> Michael Dauer
>
>
> Table of Contents
> _________________
>
> 1. test
>
>
> 1 test
> ======
>
>   foo bar
>
>
>
>   mist.org
>   1
> <<<

This looks correct. AFACT, {{{author}}} never returned user-full-name.
{{{author}}} is just a shortcut for {{{keyword(AUTHOR)}}}.

See (info "(org) Macro Replacement") for more information.

Regards,

--
Nicolas Goaziou