[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[BUG] bulk todo state changing only adds state change log to the last e
From: |
Peter Solodov |
Subject: |
[BUG] bulk todo state changing only adds state change log to the last entry [9.6.15 (release_9.6.15 @ /opt/homebrew/Cellar/emacs-plus@29/29.4/share/emacs/29.4/lisp/org/)] |
Date: |
Tue, 20 Aug 2024 12:12:44 -0400 |
Bundled org mode, emacs started without any customizations. When
changing todo state of several entries at once, either from agenda or by
selection a region with entries in an org file, only last entry gets state
change logged. Seems like a bug, the expectation is consistent behaviour
across all selected entries.
Input file:
#+TODO: TODO(!)
* foo
* bar
* baz
Select all entries, press C-t, result:
#+TODO: TODO(!)
* TODO foo
* TODO bar
* TODO baz
- State "TODO" from [2024-08-20 Tue 12:09]
- [BUG] bulk todo state changing only adds state change log to the last entry [9.6.15 (release_9.6.15 @ /opt/homebrew/Cellar/emacs-plus@29/29.4/share/emacs/29.4/lisp/org/)],
Peter Solodov <=