Nicolas Goaziou writes:
> It isn't the date but the document time stamp (see
> `org-export-time-stamp-file').
I see, sorry for the confusion.
>> 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".
>
> This variable is used iff `org-html-postamble' is set to `t'. You
> probably have it set to `auto'.
It is set to `auto'. I thought the #+options: postamble:t line would
change this.
Thanks again for the explanation.
Alan