From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Tiny bugfix for org-checklist.el Date: Thu, 6 Aug 2009 07:49:52 +0200 Message-ID: <544374E4-8C82-4F36-AECB-5D13C66399C6@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MYvrX-0004Gx-45 for emacs-orgmode@gnu.org; Thu, 06 Aug 2009 01:50:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MYvrS-0004D5-3H for emacs-orgmode@gnu.org; Thu, 06 Aug 2009 01:50:02 -0400 Received: from [199.232.76.173] (port=46289 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MYvrR-0004Cu-Nw for emacs-orgmode@gnu.org; Thu, 06 Aug 2009 01:49:57 -0400 Received: from ey-out-1920.google.com ([74.125.78.149]:21676) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MYvrR-0002EC-94 for emacs-orgmode@gnu.org; Thu, 06 Aug 2009 01:49:57 -0400 Received: by ey-out-1920.google.com with SMTP id 5so316560eyb.24 for ; Wed, 05 Aug 2009 22:49:56 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org 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