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:
"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