Add REVIEW comment for org-roam symlink advice

See jethrokuan/org-roam#518
This commit is contained in:
Henrik Lissner 2020-04-25 16:24:31 -04:00
parent afe3033627
commit a16b305c0f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -57,7 +57,7 @@
;; list of unresolved file paths. If those are symlinks, you will later
;; end up with duplicate entries in your roam DB (e.g. after
;; `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)
:filter-args #'org-roam--list-files
(setcar args (file-truename (car args)))