org-refile: Fix typo in 94c2c8d92
* lisp/org-refile.el (org-refile): Fix typo in variable name.
This commit is contained in:
parent
a19654583c
commit
c33ea8f9e2
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue