mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add REVIEW comment for org-roam symlink advice
See jethrokuan/org-roam#518
This commit is contained in:
@ -57,7 +57,7 @@
|
|||||||
;; list of unresolved file paths. If those are symlinks, you will later
|
;; list of unresolved file paths. If those are symlinks, you will later
|
||||||
;; end up with duplicate entries in your roam DB (e.g. after
|
;; end up with duplicate entries in your roam DB (e.g. after
|
||||||
;; `org-roam-capture'ing to an existing file).
|
;; `org-roam-capture'ing to an existing file).
|
||||||
;; TODO Report/PR this upstream!
|
;; REVIEW When jethrokuan/org-roam#518 is merged
|
||||||
(defadvice! +org-roam-resolve-symlinks-a (args)
|
(defadvice! +org-roam-resolve-symlinks-a (args)
|
||||||
:filter-args #'org-roam--list-files
|
:filter-args #'org-roam--list-files
|
||||||
(setcar args (file-truename (car args)))
|
(setcar args (file-truename (car args)))
|
||||||
|
Reference in New Issue
Block a user