Variable: org-bibtex-key-property
org-bibtex-key-property is a customizable variable defined in
ol-bibtex.el.gz.
Value
"CUSTOM_ID"
Documentation
Property that holds the bibtex key.
By default, this is CUSTOM_ID, which enables easy linking to bibtex headlines from within an org file. This can be set to ID to enable global links, but only with great caution, as global IDs must be unique.
This variable was added, or its default value changed, in Emacs 24.1.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ol-bibtex.el.gz
(defcustom org-bibtex-key-property "CUSTOM_ID"
"Property that holds the bibtex key.
By default, this is CUSTOM_ID, which enables easy linking to
bibtex headlines from within an org file. This can be set to ID
to enable global links, but only with great caution, as global
IDs must be unique."
:group 'org-bibtex
:version "24.1"
:type 'string)