summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-09-02 12:02:13 +0200
committerBastien Guerry <bzg@altern.org>2012-09-02 12:02:13 +0200
commitea0b50be37b8f0a24058aaac6b5ac06904dded48 (patch)
treeff9e83acb80556e1b1fd21a0dc735ab214a2e40c
parent34d66d7d0c624e3a3f3915605d3a9b05e5081ecb (diff)
downloadorg-mode-ea0b50be37b8f0a24058aaac6b5ac06904dded48.tar.gz
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.
-rw-r--r--lisp/org-agenda.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index a1ac1bd..621c215 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -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)