From d96ae119ab402ccb432a5e20ca49889acafa8870 Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Thu, 5 Mar 2020 11:27:05 +0800 Subject: [PATCH] (bugfix): remove interactive from org-roam-capture (#224) --- org-roam.el | 1 - 1 file changed, 1 deletion(-) diff --git a/org-roam.el b/org-roam.el index 47d4125..ee37046 100644 --- a/org-roam.el +++ b/org-roam.el @@ -670,7 +670,6 @@ If there is no file with that ref, a file with that ref is created." "Create a new file using an Org-roam template, and returns the path to the edited file. The templates are defined at `org-roam-capture-templates'." - (interactive "P") (let ((org-capture-templates org-roam-capture-templates) file-path) (when (= (length org-capture-templates) 1)