On Wed, Sep 27, 2017, 8:52 AM Robert Klein <roklein@roklein.de> wrote:

and later the macro

{{{date(%A, %B %e, %Y)}}

The exported document only has the "Sunday" (%A) part of the date.

Same for {{{date(%A,%B%e,%Y)}}.

, is used as Org macro arguments separator. So that needs to be escaped with a backslash. 

Try:

{{{date(%A\, %B %e\, %Y)}}
--

Kaushal Modi