mirror of
https://github.com/org-roam/org-roam
synced 2025-08-03 12:27:23 -05:00
fix indent
This commit is contained in:
@ -554,7 +554,7 @@ Return the ID of the location."
|
|||||||
(set-buffer (org-capture-target-buffer path))
|
(set-buffer (org-capture-target-buffer path))
|
||||||
(unless (file-exists-p path)
|
(unless (file-exists-p path)
|
||||||
(org-roam-capture--put :new-file 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))
|
(setq p (point-min))
|
||||||
(let ((m (org-roam-capture-find-or-create-olp olp)))
|
(let ((m (org-roam-capture-find-or-create-olp olp)))
|
||||||
(goto-char m)))
|
(goto-char m)))
|
||||||
|
Reference in New Issue
Block a user