mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
On Windows, `file-truename` and `directory-file-name` downcase driver label: "C:/" => "c:/", while `expand-file-name` keep the case unchanged. If `org-roam-directory` use upper case driver label, `org-roam-descendant-of-p` will alway return `nil`. Fix by only using `file-truename` in the function.