From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Suckling Subject: Tiny bugfix for org-checklist.el Date: Wed, 05 Aug 2009 23:26:51 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MYowm-0004tP-Tx for emacs-orgmode@gnu.org; Wed, 05 Aug 2009 18:27:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MYowi-0004lg-6B for emacs-orgmode@gnu.org; Wed, 05 Aug 2009 18:27:00 -0400 Received: from [199.232.76.173] (port=35717 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MYowh-0004lX-Uy for emacs-orgmode@gnu.org; Wed, 05 Aug 2009 18:26:55 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]:57450) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MYowh-0003eq-Jq for emacs-orgmode@gnu.org; Wed, 05 Aug 2009 18:26:55 -0400 Received: by ewy7 with SMTP id 7so596648ewy.42 for ; Wed, 05 Aug 2009 15:26:54 -0700 (PDT) Received: from localhost ([127.0.0.1] helo=rushka.local) by localhost with esmtp (Exim 4.66) (envelope-from ) id KNXD0R-000253-K8 for emacs-orgmode@gnu.org; Wed, 05 Aug 2009 23:26:51 +0100 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: 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)