Add REVIEW comment for org-roam symlink advice
See jethrokuan/org-roam#518
This commit is contained in:
parent
afe3033627
commit
a16b305c0f
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue