From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: change the state of a TODO into a defined "DONE" state when all checkboxes are checked Date: Tue, 29 Apr 2008 10:16:28 +0200 Message-ID: <4816D95C.7000304@diplan.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jql13-0003PF-Iv for emacs-orgmode@gnu.org; Tue, 29 Apr 2008 04:16:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jql12-0003P2-Hl for emacs-orgmode@gnu.org; Tue, 29 Apr 2008 04:16:45 -0400 Received: from [199.232.76.173] (port=53621 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jql12-0003Oz-4r for emacs-orgmode@gnu.org; Tue, 29 Apr 2008 04:16:44 -0400 Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jql11-0002cI-Mx for emacs-orgmode@gnu.org; Tue, 29 Apr 2008 04:16:44 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jql10-0000L5-FF for emacs-orgmode@gnu.org; Tue, 29 Apr 2008 04:16:42 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Jql0v-0000eU-80 for emacs-orgmode@gnu.org; Tue, 29 Apr 2008 08:16:37 +0000 Received: from 212.34.176.74 ([212.34.176.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Apr 2008 08:16:37 +0000 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Apr 2008 08:16:37 +0000 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 Cc: emacs-orgmode@gnu.org Hi all, did this entry come with a magic cap? Did I hurt the netiquette? Just kidding. Anybody? Rainer Rainer Stengele schrieb: > Hi, > > I wonder if it would be possible to change the state of a TODO into a > defined "DONE" state when all checkboxes are checked > > > I mostly add checkboxes to my TODOs as I > mostly not only have to do what I do but also document it. > I often forget to switch the TODO > to DONE after checking the last checkbox! > > > > so changing from here > > * TODO Organize party [2/4] > - [-] call people [1/3] > - [ ] Peter > - [X] Sarah > - [ ] Sam > - [X] order food > - [ ] think about what music to play > - [X] talk to the neighbors > > to here > > * TODO Organize party [4/4] > - [X] call people [1/3] > - [X] Peter > - [X] Sarah > - [X] Sam > - [X] order food > - [X] think about what music to play > - [X] talk to the neighbors > > would automatically switch TODO to DONE. > Maybe configurable? Maybe the "done" state is configurable too? > > > Rainer > > > > _______________________________________________ > 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 >