fix indent

This commit is contained in:
Jethro Kuan
2021-04-28 13:16:08 +08:00
parent 4e0b3fb564
commit 22c8d1032b

View File

@ -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)))