* lisp/org-bibtex.el (org-bibtex-treat-headline-as-title): Fix
  incorrect defcustom type.
---
 lisp/org-bibtex.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el
index b3d151c..8070755 100644
--- a/lisp/org-bibtex.el
+++ b/lisp/org-bibtex.el
@@ -229,7 +229,7 @@ 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
-  :type 'string)
+  :type 'boolean)
 
 (defcustom org-bibtex-export-arbitrary-fields nil
   "When converting to bibtex allow fields not defined in `org-bibtex-fields'.
-- 
1.7.5


Reply via email to