emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [PATCH 3/3] Fix incorrect defcustom type.


From: Matt Lundin
Subject: [O] [PATCH 3/3] Fix incorrect defcustom type.
Date: Fri, 29 Apr 2011 21:22:51 -0400

* 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

[Prev in Thread] Current Thread [Next in Thread]