emacs-orgmode
[Top][All Lists]
Advanced

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

[O] modify postamble in html export


From: pw
Subject: [O] modify postamble in html export
Date: Thu, 19 Sep 2013 14:19:08 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130821 Icedove/17.0.8

Hi,

I want to have a postamble in html with just the date (and without hours).

I already delete other informations in the postamble with these variables into my .emacs :
 '(org-export-author-info nil)
 '(org-export-creator-info nil)
 '(org-html-validation-link nil)

Now I have only the date left in the postamble but I want to change the format.

The default is : "Created: 2013-09-19 jeu. 14:09" and I want "Last update : 19 sept. 2013"

To do this I tried to set this variable :
 '(org-export-date-timestamp-format "%d %h %y")

But it is not working (and I have no idea how to put the "Last update :").

Could you indicate me how to achieve this. An issue is also I don't want to put this date format in all org-mode (I want to keep the default format for task and other stuff).

bye
pw





reply via email to

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