RE: [Orgmode] Converting dates to org-mode dates

2007-11-12 Thread Chris Randle
Bastien wrote: > Maybe you can try this (not heavily tested): > > (defun my-update-day-name-in-inactive-time-stamps () > "Update the abbreviate day name in inactive time-stamps." Thank you. It works a treat. It also has a potentially useful side-effect, in that valid inactive time stamps like:

Re: [Orgmode] Converting dates to org-mode dates

2007-11-12 Thread Bastien
"Chris Randle" <[EMAIL PROTECTED]> writes: > [2007-11-12 Tue] (should be Mon) > > As far as I can see, that will stay like this until the date is shifted > in some way. > > Is there any way to parse an entire region/buffer for Org-mode dates and > refresh their day of the week text? Maybe you can

[Orgmode] Converting dates to org-mode dates

2007-11-12 Thread Chris Randle
Hi I've been converting a file that contains dates in this format: dd/mm/ to Org-mode inactive format. It's pretty simple using regular expression search & replace, except that I get this far: [-mm-dd ] and can't find a way to put the day of the week in there. Individually, I can do a