[O] org-export-html-date-format-string

2013-05-21 Thread Scott Randby
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: p class=dateCreated: 2013-05-21 Tue 12:44/p The original string for the variable is: %Y-%m-%dT%R%z I don't want this

Re: [O] org-export-html-date-format-string

2013-05-21 Thread Scott Randby
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

Re: [O] org-export-html-date-format-string

2013-05-21 Thread Nicolas Goaziou
Hello, Scott Randby sran...@gmail.com writes: I'm having trouble customizing the variable org-export-html-date-format-string. Use `org-html-metadata-timestamp-format' instead. Regards, -- Nicolas Goaziou

Re: [O] org-export-html-date-format-string

2013-05-21 Thread Scott Randby
On 05/21/2013 02:55 PM, Nicolas Goaziou wrote: Hello, Scott Randby sran...@gmail.com 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