diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index 0a9f6df0d..d8407ff02 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -947,7 +947,7 @@ compelling reason, so..." ;; Global ID state means we can have ID links anywhere. This is required for ;; `org-brain', however. (setq org-id-track-globally t - org-id-locations-file (concat org-directory ".orgids") + org-id-locations-file (expand-file-name ".orgids" org-directory) org-id-locations-file-relative t) ;; HACK `org-id' doesn't check if `org-id-locations-file' exists or is