emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Tiny bugfix for org-checklist.el
@ 2009-08-05 22:26 Christopher Suckling
  2009-08-06  5:49 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Christopher Suckling @ 2009-08-05 22:26 UTC (permalink / raw)
  To: Org Mode List


Best wishes,

Christopher

diff --git a/contrib/lisp/org-checklist.el b/contrib/lisp/org-checklist.el
index 63daf3e..657c6e1 100644
--- a/contrib/lisp/org-checklist.el
+++ b/contrib/lisp/org-checklist.el
@@ -95,7 +95,7 @@ of checkbox items"
 		      (t t)
 		      (nil (y-or-n-p "Print list? "))))
 	     exported-lines
-	     title "Checklist export")
+	     (title "Checklist export"))
 	(save-restriction
 	  (save-excursion
 	    (org-narrow-to-subtree)

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

* Re: Tiny bugfix for org-checklist.el
  2009-08-05 22:26 Tiny bugfix for org-checklist.el Christopher Suckling
@ 2009-08-06  5:49 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2009-08-06  5:49 UTC (permalink / raw)
  To: Christopher Suckling; +Cc: Org Mode List

Applied, thanks.

- Carsten

On Aug 6, 2009, at 12:26 AM, Christopher Suckling wrote:

>
> Best wishes,
>
> Christopher
>
> diff --git a/contrib/lisp/org-checklist.el b/contrib/lisp/org- 
> checklist.el
> index 63daf3e..657c6e1 100644
> --- a/contrib/lisp/org-checklist.el
> +++ b/contrib/lisp/org-checklist.el
> @@ -95,7 +95,7 @@ of checkbox items"
> 		      (t t)
> 		      (nil (y-or-n-p "Print list? "))))
> 	     exported-lines
> -	     title "Checklist export")
> +	     (title "Checklist export"))
> 	(save-restriction
> 	  (save-excursion
> 	    (org-narrow-to-subtree)
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

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

end of thread, other threads:[~2009-08-06  5:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-05 22:26 Tiny bugfix for org-checklist.el Christopher Suckling
2009-08-06  5:49 ` Carsten Dominik

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).