Variable: bibtex-aux-opt-alist
bibtex-aux-opt-alist is a customizable variable defined in
bibtex.el.gz.
Value
(("annote" "Personal annotation (ignored)"))
Documentation
Alist of auxiliary optional fields for all entries of all dialects.
Elements should be of the same form as the elements of the OPTIONAL alist
in bibtex-BibTeX-entry-alist (which see). These fields are always present.
See also bibtex-BibTeX-aux-opt-alist and bibtex-biblatex-aux-opt-alist
whose fields take precedence over optional fields in
bibtex-BibTeX-entry-alist and bibtex-biblatex-entry-alist.
This variable was added, or its default value changed, in Emacs 31.1.
Probably introduced at or before Emacs version 31.1.
Aliases
bibtex-user-optional-fields (obsolete since 31.1)
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/bibtex.el.gz
(defcustom bibtex-aux-opt-alist
'(("annote" "Personal annotation (ignored)"))
"Alist of auxiliary optional fields for all entries of all dialects.
Elements should be of the same form as the elements of the OPTIONAL alist
in `bibtex-BibTeX-entry-alist' (which see). These fields are always present.
See also `bibtex-BibTeX-aux-opt-alist' and `bibtex-biblatex-aux-opt-alist'
whose fields take precedence over optional fields in
`bibtex-BibTeX-entry-alist' and `bibtex-biblatex-entry-alist'."
:group 'bibtex
:version "31.1"
:type '(repeat (bibtex-field-list))
:risky t)