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

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

[elpa] externals/org c33ea8f9e2 3/3: org-refile: Fix typo in 94c2c8d92


From: ELPA Syncer
Subject: [elpa] externals/org c33ea8f9e2 3/3: org-refile: Fix typo in 94c2c8d92
Date: Fri, 30 Jun 2023 09:59:26 -0400 (EDT)

branch: externals/org
commit c33ea8f9e238b3984dc1a1f01f241cc417b1e087
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 5c25966413..b84b165f77 100644
--- a/lisp/org-refile.el
+++ b/lisp/org-refile.el
@@ -600,7 +600,7 @@ prefix argument (`C-u C-u C-u C-c C-w')."
                                                   :last-capture-marker)))
                     (when bookmark-name
                        (condition-case err
-                          (bookmark-set bookmark)
+                          (bookmark-set bookmark-name)
                          (error
                           (message (format "Bookmark set error: %S" err))))))
                   (move-marker org-capture-last-stored-marker (point)))



reply via email to

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