Variable: org-bibtex-type-property-name
org-bibtex-type-property-name is a customizable variable defined in
ol-bibtex.el.gz.
Value
"btype"
Documentation
Property in which to store bibtex entry type (e.g., article).
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-type-property-name "btype"
"Property in which to store bibtex entry type (e.g., article)."
:group 'org-bibtex
:version "24.1"
:type 'string)