mirror of
https://github.com/org-roam/org-roam
synced 2025-09-30 17:00:56 -05:00
* (doc): Add file-truename to set org-roam-directory Refer this debuging Slack exchange: https://orgroam.slack.com/archives/CV160S8EL/p1619089118195300 Not using `file-truename` to set `org-roam-directory` can lead to an issue that is hard to identify. It appears that cache database may updates with files but `org-roam-buffer` fails to find the file as symbolic links do not resolve. This is confusing as the table query to the table seems to return what appears to be correct entries, but the backlink fails to insert context around the link (as Org-roam fails to find the file). There have been similiar issues -- by making sure `file-truename` is added in the documentation and README, it is hoped to eliminate such issues to recur. This is probably relevant for V2. * undo changes to texi Co-authored-by: Jethro Kuan <jethrokuan95@gmail.com>