On Sun, Apr 07, 2013 at 09:00:27PM +0200, Nicolas Goaziou wrote: > Hello, > > Rick Frankel <r...@rickster.com> writes: > > > On Sun, Apr 07, 2013 at 08:32:34PM +0200, Nicolas Goaziou wrote: > >> Dieter Wilhelm <die...@duenenhof-wilhelm.de> writes: > >> > Or just using a default time string format which is language > >> > independent, like %Y-%m-%d. > >> > >> There's `org-html--timestamp-format', which is used for all timestamps > >> in preamble, postamble and metadata. It's clearly an internal variable. > >> I don't know if it is used because the format is required or because it > >> saves copying over the same format string. > >> > >> Since I don't know the intent behind this, I can't tell if it could be > >> made a defcustom. > > > > It was created just localize the definition. I see no reason not to > > make it a defcustom. > > Then what about this patch?
Works for me. rick