mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -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))))
|
||||
(if (fboundp fn)
|
||||
(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 ()
|
||||
"Initialize the buffer, and goto the location of the new capture.
|
||||
|
Reference in New Issue
Block a user