emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 5df1ee36ae: org-refile: Fix typo in 94c2c8d92


From: ELPA Syncer
Subject: [elpa] externals/org 5df1ee36ae: org-refile: Fix typo in 94c2c8d92
Date: Wed, 28 Jun 2023 06:58:51 -0400 (EDT)

branch: externals/org
commit 5df1ee36aebcf42175841d26fd29a804237943e8
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    org-refile: Fix typo in 94c2c8d92
    
    * lisp/org-refile.el (org-refile): Fix typo in variable name.
---
 lisp/org-refile.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-refile.el b/lisp/org-refile.el
index 30480e5da0..5c25966413 100644
--- a/lisp/org-refile.el
+++ b/lisp/org-refile.el
@@ -590,7 +590,7 @@ prefix argument (`C-u C-u C-u C-c C-w')."
                                                 :last-refile)))
                   (when bookmark-name
                      (condition-case err
-                        (bookmark-set bookmark)
+                        (bookmark-set bookmark-name)
                        (error
                         (message (format "Bookmark set error: %S" err))))))
                 ;; If we are refiling for capture, make sure that the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]