Variable: org-id-locations-file-relative
org-id-locations-file-relative is a customizable variable defined in
org-id.el.gz.
Value
nil
Documentation
Determine if org-id-locations should be stored as relative links.
Non-nil means that links to locations are stored as links
relative to the location of where org-id-locations-file is
stored.
Nil means to store absolute paths to files.
This customization is useful when folders are shared across
systems but mounted at different roots. Relative path to
org-id-locations-file still has to be maintained across
systems.
This variable was added, or its default value changed, in Org version
9.3.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-id.el.gz
(defcustom org-id-locations-file-relative nil
"Determine if `org-id-locations' should be stored as relative links.
Non-nil means that links to locations are stored as links
relative to the location of where `org-id-locations-file' is
stored.
Nil means to store absolute paths to files.
This customization is useful when folders are shared across
systems but mounted at different roots. Relative path to
`org-id-locations-file' still has to be maintained across
systems."
:group 'org-id
:type 'boolean
:package-version '(Org . "9.3"))