mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-30 08:08:26 +00:00
org-agenda.el (org-agenda-bulk-action): Use the let-bound `entries' instead the variable
* org-agenda.el (org-agenda-bulk-action): Use the let-bound `entries' instead the variable.
This commit is contained in:
parent
34d66d7d0c
commit
ea0b50be37
@ -8924,7 +8924,7 @@ The prefix arg is passed through to the command if possible."
|
||||
((member action '(?r ?w))
|
||||
(setq rfloc (org-refile-get-location
|
||||
"Refile to"
|
||||
(marker-buffer (car org-agenda-bulk-marked-entries))
|
||||
(marker-buffer (car entries))
|
||||
org-refile-allow-creating-parent-nodes))
|
||||
(if (nth 3 rfloc)
|
||||
(setcar (nthcdr 3 rfloc)
|
||||
|
Loading…
Reference in New Issue
Block a user