Re: [O] defining custom timestamps

2012-07-19 Thread Jude DaShiell
Someone please correct me if I'm wrong. I think the format strings for org-mode to format dates may come from the date (1) man page. On Thu, 19 Jul 2012, Matt Price wrote: > Hi, > > On HTML export, want my timestamps to display as: > > Thursday, July 19 > > or maybe: > > July 19 (Thu) > >

Re: [O] defining custom timestamps

2012-07-19 Thread Giovanni Ridolfi
Hi, Matt, Da: Matt Price 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) exe

[O] defining custom timestamps

2012-07-19 Thread Matt Price
Hi, On HTML export, want my timestamps to display as: Thursday, July 19 or maybe: July 19 (Thu) instead of the default 2012-07-19 Thu I've tried setting org-time-stamp-custom-formats but I haven't been able to find the documentation that explains the formatting strings. Also I'm not exactl