|
@@ -811,7 +811,8 @@ already gone. Any prefix argument will be passed to the refile command."
|
|
|
"Go to the location where the last capture note was stored."
|
|
|
(interactive)
|
|
|
(org-goto-marker-or-bmk org-capture-last-stored-marker
|
|
|
- "org-capture-last-stored")
|
|
|
+ (plist-get org-bookmark-names-plist
|
|
|
+ :last-capture))
|
|
|
(message "This is the last note stored by a capture process"))
|
|
|
|
|
|
;;; Supporting functions for handling the process
|