(bugfix): remove interactive from org-roam-capture (#224)

master
Jethro Kuan 6 years ago committed by GitHub
parent b7a7741bb0
commit d96ae119ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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)

Loading…
Cancel
Save