소스 검색

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.
Bastien Guerry 12 년 전
부모
커밋
ea0b50be37
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/org-agenda.el

+ 1 - 1
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)