Re: [BUG] org-todo on region fails to log changed state [9.6.6 (release_9.6.6 @ /usr/local/share/emacs/29.1/lisp/org/)]

2023-07-31 Thread Ihor Radchenko
Gustavo Barros writes: > When setting Org to track TODO state changes, calling `org-todo' on an > active region comprising multiple headings, the state changes only > logged for the last heading. Confirmed. The logging works using `post-command-hook', which is only called once. -- Ihor

[BUG] org-todo on region fails to log changed state [9.6.6 (release_9.6.6 @ /usr/local/share/emacs/29.1/lisp/org/)]

2023-07-31 Thread Gustavo Barros
Hi All, When setting Org to track TODO state changes, calling `org-todo' on an active region comprising multiple headings, the state changes only logged for the last heading. To reproduce with `emacs -Q', visit the file: #+begin_src org ,#+todo: TODO(t) | DONE(d!) ,* TODO Task 1 ,* TODO Task