Variable: bibtex-include-OPTcrossref
bibtex-include-OPTcrossref is a customizable variable defined in
bibtex.el.gz.
Value
("InProceedings" "InCollection")
Documentation
List of BibTeX entries that get an OPTcrossref field.
Probably introduced at or before Emacs version 19.29.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/bibtex.el.gz
(defcustom bibtex-include-OPTcrossref '("InProceedings" "InCollection")
"List of BibTeX entries that get an OPTcrossref field."
:group 'bibtex
:type '(repeat string))