mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
(fix): fix org-roam-capture--get-point (#1376)
This commit is contained in:
@ -538,7 +538,7 @@ This function is used solely in Org-roam's capture templates: see
|
||||
(org-roam-capture--new-file))
|
||||
('ref
|
||||
(if-let ((ref (cdr (assoc 'ref org-roam-capture--info))))
|
||||
(pcase (org-roam--split-ref )
|
||||
(pcase (org-roam--split-ref ref)
|
||||
(`(,type . ,path)
|
||||
(or (org-roam-capture--get-ref-path type path)
|
||||
(org-roam-capture--new-file)))
|
||||
|
Reference in New Issue
Block a user