Variable: org-bibtex-export-arbitrary-fields
org-bibtex-export-arbitrary-fields is a customizable variable defined
in ol-bibtex.el.gz.
Value
nil
Documentation
When converting to bibtex allow fields not defined in org-bibtex-fields.
This only has effect if org-bibtex-prefix is defined, so as to
ensure that other org-properties, such as CATEGORY or LOGGING are
not placed in the exported bibtex entry.
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-export-arbitrary-fields nil
"When converting to bibtex allow fields not defined in `org-bibtex-fields'.
This only has effect if `org-bibtex-prefix' is defined, so as to
ensure that other org-properties, such as CATEGORY or LOGGING are
not placed in the exported bibtex entry."
:group 'org-bibtex
:version "24.1"
:type 'boolean)