mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-25 07:27:57 +00:00
agenda: Fix: Don't loop over headlines in region at agenda-todo
* lisp/org-agenda.el (org-agenda-todo): Set the respective variable to nil.
This commit is contained in:
parent
3d4365ba03
commit
be7e88ae30
@ -9162,6 +9162,7 @@ the same tree node, and the headline of the tree node in the Org file."
|
||||
(hdmarker (org-get-at-bol 'org-hd-marker))
|
||||
(todayp (org-agenda-today-p (org-get-at-bol 'day)))
|
||||
(inhibit-read-only t)
|
||||
org-loop-over-headlines-in-active-region
|
||||
org-agenda-headline-snapshot-before-repeat newhead just-one)
|
||||
(org-with-remote-undo buffer
|
||||
(with-current-buffer buffer
|
||||
|
Loading…
Reference in New Issue
Block a user