emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH 3/3] Fix incorrect defcustom type.
@ 2011-04-30  1:22 Matt Lundin
  2011-04-30  1:33 ` Matt Lundin
  0 siblings, 1 reply; 2+ messages in thread
From: Matt Lundin @ 2011-04-30  1:22 UTC (permalink / raw)
  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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 3/3] Fix incorrect defcustom type.
  2011-04-30  1:22 [PATCH 3/3] Fix incorrect defcustom type Matt Lundin
@ 2011-04-30  1:33 ` Matt Lundin
  0 siblings, 0 replies; 2+ messages in thread
From: Matt Lundin @ 2011-04-30  1:33 UTC (permalink / raw)
  To: Org Mode

Matt Lundin <mdl@imapmail.org> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-04-30  1:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-30  1:22 [PATCH 3/3] Fix incorrect defcustom type Matt Lundin
2011-04-30  1:33 ` Matt Lundin

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).