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: Rick Frankel
Subject: Re: [O] org-html-postamble-format and #+DATE: specification in 8.0pre
Date: Fri, 05 Apr 2013 09:22:34 -0400
User-agent: Roundcube Webmail/0.7.1

On 05.04.2013 03:17, Alan Schmitt wrote:
I have a more serious issue: it seems that '%d' is no longer taken into
account. To reproduce, try exporting the following:

#+BEGIN_SRC org
# -*- org-export-allow-bind-keywords: t -*-

#+TITLE: Testing the date
#+BIND: org-html-postamble-format (("en" "Test %d %a"))

Hello World
#+END_SRC


Try the DATE header argument. Also, if you only want to bind the postamble for the current
buffer in only one language, you can bypass the postamble-format alist:


,----
| #+TITLE: Test postamble
| #+DATE: {{{modification-time( %Y-%m-%d)}}}
| #+BIND: org-html-postamble "By %a on %d"
|
| * File was updated on {{{modification-time( %Y-%m-%d)}}}
| - the header date is: {{{date()}}}
`----





reply via email to

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