Hi, Matt,
Da: Matt Price <[email protected]>
Inviato: Giovedì 19 Luglio 2012 16:54
> On HTML export, want my timestamps to display as:
> Thursday, July 19
get the variable: C-h v org-time-stamp-custom-formats
and customize with this:
("<%A , %B %e>" . "<%A , %B %e %H:%M>")
> or maybe:
> July 19 (Thu)
exercise for you ;-)
then goto your file and toggle time-stamp overlays:
C-c C-x C-t (`org-toggle-time-stamp-overlays')
> I've tried setting org-time-stamp-custom-formats but I haven't been able to
> find the documentation that explains the formatting
> strings. `format-time-string'
> Also I'm not exactly sure which variables control the display of custom times
> on HTML export.
they can.
cheers,
Giovanni