Variable: org-id-overriding-file-name

org-id-overriding-file-name is a variable defined in org-id.el.gz.

Value

nil

Documentation

Tell org-id-get to use this as the file name when creating an ID.

This is useful when working with contents in a temporary buffer that will be copied back to the original.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-id.el.gz
(defvar org-id-overriding-file-name nil
  "Tell `org-id-get' to use this as the file name when creating an ID.
This is useful when working with contents in a temporary buffer
that will be copied back to the original.")