Variable: org-id-locations-file

org-id-locations-file is a customizable variable defined in org-id.el.gz.

Value

"~/.emacs.d/.org-id-locations"

Documentation

The file for remembering in which file an ID was defined.

This variable is only relevant when org-id-track-globally is set.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-id.el.gz
(defcustom org-id-locations-file (locate-user-emacs-file ".org-id-locations")
  "The file for remembering in which file an ID was defined.
This variable is only relevant when `org-id-track-globally' is set."
  :group 'org-id
  :type 'file)