From 121d08562d23df1cc2a15ccf47c0e24fc0ccd8f1 Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Tue, 13 Apr 2021 23:35:50 +0800 Subject: [PATCH] fix --- org-roam-capture.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-roam-capture.el b/org-roam-capture.el index 974fdda..d36bb8d 100644 --- a/org-roam-capture.el +++ b/org-roam-capture.el @@ -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.