mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
(internal): fix expand-file usage in org-roam--expand-links (#866)
This commit is contained in:
@ -506,8 +506,7 @@ PATH should be the root from which to compute the relativity."
|
||||
(when (f-relative-p link)
|
||||
(delete-region (match-beginning 1)
|
||||
(match-end 1))
|
||||
(insert (expand-file-name
|
||||
(concat dir link)))))
|
||||
(insert (expand-file-name link dir))))
|
||||
(buffer-string))))
|
||||
|
||||
(defun org-roam--get-outline-path ()
|
||||
|
Reference in New Issue
Block a user