emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug#53393: 29.0.50; org mode timestamp C-c C-c not updating day of w


From: No Wayman
Subject: Re: bug#53393: 29.0.50; org mode timestamp C-c C-c not updating day of week
Date: Sat, 22 Jan 2022 00:45:45 -0500
User-agent: mu4e 1.7.5; emacs 29.0.50


It looks like the correction of the day name in timestamps is hardcoded in `org-ctrl-c-ctrl-c':

((or `timestamp (and `planning (guard (org-at-timestamp-p 'lax))))
         (org-timestamp-change 0 'day))


`org-clock-update-time-maybe' uses a regexp to match the start and end times and hands those off to `org-parse-time-string' which does not consider the day name.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]