Nicolas Goaziou writes:
> Hello,
>
> Alan Schmitt <[email protected]> writes:
>
>> 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
>
> You didn't specify any date.
Ah, I see. What I don't understand is why the default postamble can
display the date, as it's also using %d:
Original value was
(("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>"))
Alan