]> git.eshelyaron.com Git - emacs.git/commit
Fix todo-mode commands to move items and categories (bug#64298)
authorStephen Berman <stephen.berman@gmx.net>
Sun, 2 Jul 2023 09:49:08 +0000 (11:49 +0200)
committerStephen Berman <stephen.berman@gmx.net>
Sun, 2 Jul 2023 09:49:08 +0000 (11:49 +0200)
commita2ccab18ca247c5ba99499aa65470e15e33adcda
tree979f5e519afa0f899a26bcf96be8d70e06a5e0ba
parentf893ace8352d39c95048b143bf01d35973343ea0
Fix todo-mode commands to move items and categories (bug#64298)

* lisp/calendar/todo-mode.el (todo-move-category): Restore display
of selected category in source file, so internal file structure is
not visible if user is prompted to choose a new category name in
target file, and widen again to delete moved category from source
file.
(todo-move-item): Don't use todo-forward-item when moving done
items, to avoid mislocation if done items sections of the the
target category was empty before moving.
(todo-forward-item): Remove commented out code meant to have the
effect of the above change in todo-move-item, but it did not work.
lisp/calendar/todo-mode.el