mirror of
https://github.com/org-roam/org-roam
synced 2025-08-03 12:27:23 -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)
|
(when (f-relative-p link)
|
||||||
(delete-region (match-beginning 1)
|
(delete-region (match-beginning 1)
|
||||||
(match-end 1))
|
(match-end 1))
|
||||||
(insert (expand-file-name
|
(insert (expand-file-name link dir))))
|
||||||
(concat dir link)))))
|
|
||||||
(buffer-string))))
|
(buffer-string))))
|
||||||
|
|
||||||
(defun org-roam--get-outline-path ()
|
(defun org-roam--get-outline-path ()
|
||||||
|
Reference in New Issue
Block a user