mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-01-20 19:24:20 +00:00
Avoid conflict between bulk command and loop-over-headlines
* org-agenda.el (org-agenda-bulk-action): Bind `org-loop-over-headlines-in-active-region' to nil to avoid conflict with bulk command.
This commit is contained in:
parent
2ac0810d19
commit
440ec7e2da
@ -8358,7 +8358,8 @@ The prefix arg is passed through to the command if possible."
|
||||
(progn (message "Skipping removed entry at %s" e)
|
||||
(setq cntskip (1+ cntskip)))
|
||||
(goto-char pos)
|
||||
(eval cmd)
|
||||
(let (org-loop-over-headlines-in-active-region)
|
||||
(eval cmd))
|
||||
(setq org-agenda-bulk-marked-entries
|
||||
(delete e org-agenda-bulk-marked-entries))
|
||||
(setq cnt (1+ cnt))))
|
||||
|
Loading…
Reference in New Issue
Block a user