Hello,

Nicolas Goaziou writes:

> I cannot reproduce your problem.
>
> With the current Org buffer:
>
> --8<---------------cut here---------------start------------->8---
> #+language: en
> #+author: Me
> #+options: postamble:t author:t date:t
> * Headline
>   Body
> --8<---------------cut here---------------end--------------->8---
>
> I get no date in the (default) postamble.

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. 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".

Alan

Reply via email to