Merge pull request #2592 from karlicoss/fix-orgid

Construct org-id-locations-file using expand-file-name
This commit is contained in:
Henrik Lissner 2020-02-24 20:42:26 -05:00 committed by GitHub
commit 7a02b61904
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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