Alan Schmitt <[email protected]> writes:
> Here is the postamble that is generated here:
>
> <div id="postamble" class="status">
> <p class="author">Author: Me</p>
> <p class="date">Created: 2013-04-06 Sat 19:25</p>
> <p class="creator">Generated by <a href="http://orgmode.org">Org</a> mode
> 8.0-pre in <a href="http://www.gnu.org/software/emacs/">Emacs</a>
> 24.2.93.1.</p>
> <p class="xhtml-validation"><a
> href="http://validator.w3.org/check?uri=referer">Validate XHTML 1.0</a></p>
> </div>
>
> It has the date.
It isn't the date but the document time stamp (see
`org-export-time-stamp-file').
> But there is something weird, in the default option:
>
> (("en" "<p class=\"author\">Author: %a (%e)</p>\n<p class=\"date\">Date:
> %d</p>\n<p class=\"creator\">Generated by %c</p>\n<p
> class=\"xhtml-validation\">%v</p>"))
>
> the text is "Date" and not "Created".
This variable is used iff `org-html-postamble' is set to `t'. You
probably have it set to `auto'.
Regards,
--
Nicolas Goaziou