mirror of
https://github.com/org-roam/org-roam
synced 2025-08-03 12:27:23 -05:00
fix
This commit is contained in:
@ -174,7 +174,7 @@ run Org-capture's template expansion."
|
|||||||
(let ((fn (intern (concat "org-roam-node-" key))))
|
(let ((fn (intern (concat "org-roam-node-" key))))
|
||||||
(if (fboundp fn)
|
(if (fboundp fn)
|
||||||
(funcall fn org-roam-capture--node)
|
(funcall fn org-roam-capture--node)
|
||||||
p(completing-read (format "%s: " key) nil)))))))
|
(completing-read (format "%s: " key) nil)))))))
|
||||||
|
|
||||||
(defun org-roam-capture--goto-location ()
|
(defun org-roam-capture--goto-location ()
|
||||||
"Initialize the buffer, and goto the location of the new capture.
|
"Initialize the buffer, and goto the location of the new capture.
|
||||||
|
Reference in New Issue
Block a user