emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-html-postamble-format and #+DATE: specification in 8.0pre


From: Alan Schmitt
Subject: Re: [O] org-html-postamble-format and #+DATE: specification in 8.0pre
Date: Sat, 06 Apr 2013 19:28:11 +0200
User-agent: mu4e 0.9.9.5; emacs 24.2.93.1

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

[Prev in Thread] Current Thread [Next in Thread]