From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH] New function org-reset-checkbox-state which always clears the checkboxes Date: Mon, 4 May 2009 16:58:38 +0200 Message-ID: <5199F57B-4493-4DF9-B58E-2CB6D2FDDC6D@gmail.com> References: <1240579733-7219-1-git-send-email-bernt@norang.ca> <87mya6t5lh.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M0zd4-0004W1-9R for emacs-orgmode@gnu.org; Mon, 04 May 2009 10:58:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M0zcx-0004UI-JW for emacs-orgmode@gnu.org; Mon, 04 May 2009 10:58:48 -0400 Received: from [199.232.76.173] (port=51910 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M0zcw-0004U9-EC for emacs-orgmode@gnu.org; Mon, 04 May 2009 10:58:42 -0400 Received: from mail-ew0-f162.google.com ([209.85.219.162]:53801) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M0zcv-00050D-W6 for emacs-orgmode@gnu.org; Mon, 04 May 2009 10:58:42 -0400 Received: by ewy6 with SMTP id 6so4129459ewy.42 for ; Mon, 04 May 2009 07:58:41 -0700 (PDT) In-Reply-To: <87mya6t5lh.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: emacs-orgmode@gnu.org On Apr 24, 2009, at 5:48 PM, Bernt Hansen wrote: > Carsten Dominik writes: > >> Applied, thanks. >> >> Maybe we should move this function into org-list.el. > > Sure if that makes sense. I just refactored it in place without > thinking about where it should really live. I have renamed the function to `org-reset-checkbox-state-subtree' and moved it to org-list.el. You may need to update your key bindings as the name has changed. - Carsten