diff --git a/org-roam-capture.el b/org-roam-capture.el index 2698f1a..ff85a6e 100644 --- a/org-roam-capture.el +++ b/org-roam-capture.el @@ -554,7 +554,7 @@ Return the ID of the location." (set-buffer (org-capture-target-buffer path)) (unless (file-exists-p path) (org-roam-capture--put :new-file path) - (insert (org-roam-capture--fill-template head t))) + (insert (org-roam-capture--fill-template head t))) (setq p (point-min)) (let ((m (org-roam-capture-find-or-create-olp olp))) (goto-char m)))