emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Matt Lundin
Subject: Re: [O] [PATCH 3/3] Fix incorrect defcustom type.
Date: Fri, 29 Apr 2011 21:33:48 -0400
User-agent: Gnus/5.110016 (No Gnus v0.16) Emacs/24.0.50 (gnu/linux)

Matt Lundin <address@hidden> writes:

> * 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'.

This is a correction to my previous patch. I'd be happy to combine the
two if that would be better.

Thank,s,
Matt



reply via email to

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