Function: org-bibtex-headline-format-default
org-bibtex-headline-format-default is a byte-compiled function defined
in ol-bibtex.el.gz.
Signature
(org-bibtex-headline-format-default ENTRY)
Documentation
Return headline text according to ENTRY title.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ol-bibtex.el.gz
(defun org-bibtex-headline-format-default (entry)
"Return headline text according to ENTRY title."
(cdr (assq :title entry)))