Org Roam 数据库总是全量重建, 可能的修复方法

(use-package org-roam
  :ensure t
  :custom
  (org-roam-directory (file-truename "/path/to/org-files/"))

Note that the file-truename function is only necessary when you use symbolic link to org-roam-directory . Org-roam won’t automatically resolve symbolic link to the directory.

2 个赞