From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: [PATCH 3/3] Fix incorrect defcustom type. Date: Fri, 29 Apr 2011 21:22:51 -0400 Message-ID: <87k4ecikyk.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:46257) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFz1i-0005GY-J4 for emacs-orgmode@gnu.org; Fri, 29 Apr 2011 21:31:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFz1h-0002Vy-LR for emacs-orgmode@gnu.org; Fri, 29 Apr 2011 21:31:18 -0400 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:56649) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFz1h-0002Vf-HA for emacs-orgmode@gnu.org; Fri, 29 Apr 2011 21:31:17 -0400 Received: from compute6.internal (compute6.nyi.mail.srv.osa [10.202.2.46]) by gateway1.messagingengine.com (Postfix) with ESMTP id EEEEF20807 for ; Fri, 29 Apr 2011 21:31:16 -0400 (EDT) Received: from archdesk (67-197-161-170.dyn.comporium.net [67.197.161.170]) by mail.messagingengine.com (Postfix) with ESMTPSA id B02C7404DBD for ; Fri, 29 Apr 2011 21:31:16 -0400 (EDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode * 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