On 05/21/2013 02:55 PM, Nicolas Goaziou wrote:
> Hello,
>
> Scott Randby writes:
>
>> I'm having trouble customizing the variable
>> org-export-html-date-format-string.
>
> Use `org-html-metadata-timestamp-format' instead.
Thanks. This worked after I replaced %d with %T in the format string fo
Hello,
Scott Randby writes:
> I'm having trouble customizing the variable
> org-export-html-date-format-string.
Use `org-html-metadata-timestamp-format' instead.
Regards,
--
Nicolas Goaziou
I solved the problem by putting the following in the file to be exported:
#+DATE: [2013-05-21 Tue 14:45]
However, this means I have to remember to change the date every time I
export. Is there an easier way to do this?
Scott Randby
On 05/21/2013 01:49 PM, Scott Randby wrote:
> I'm having troubl
I'm having trouble customizing the variable
org-export-html-date-format-string. Before I tried to customize it, I
would get the date in the postamble when I exported to html:
Created: 2013-05-21 Tue 12:44
The original string for the variable is: %Y-%m-%dT%R%z
I don't want this string, so I cha