mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
fix indent
This commit is contained in:
@ -313,11 +313,11 @@ This function is used solely in Org-roam's capture templates: see
|
||||
:where (= ref $s1)
|
||||
:limit 1]
|
||||
(plist-get org-roam-capture--info :ref)))
|
||||
(org-roam-capture--new-file)))
|
||||
(org-roam-capture--new-file)))
|
||||
((org-roam-node-file node)
|
||||
(org-roam-node-file node))
|
||||
(t
|
||||
(org-roam-capture--new-file)))))
|
||||
(t
|
||||
(org-roam-capture--new-file)))))
|
||||
(org-capture-put :template
|
||||
(org-roam-capture--fill-template (org-capture-get :template)))
|
||||
(org-roam-capture--put :file-path file-path
|
||||
|
Reference in New Issue
Block a user