Variable: org-bibtex-treat-headline-as-title
org-bibtex-treat-headline-as-title is a customizable variable defined
in ol-bibtex.el.gz.
Value
t
Documentation
Treat headline text as title if title property is absent.
If an entry is missing a title property, use the headline text as
the property. If this value is t, org-bibtex-check will ignore
a missing title field.
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-treat-headline-as-title t
"Treat headline text as title if title property is absent.
If an entry is missing a title property, use the headline text as
the property. If this value is t, `org-bibtex-check' will ignore
a missing title field."
:group 'org-bibtex
:version "24.1"
:type 'boolean)