From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: change the state of a TODO into a defined "DONE" state when all checkboxes are checked Date: Fri, 2 May 2008 09:44:38 +0200 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v919.2) 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 1JrqAa-0002Yg-VK for emacs-orgmode@gnu.org; Fri, 02 May 2008 03:59:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JrqAV-0002YA-L2 for emacs-orgmode@gnu.org; Fri, 02 May 2008 03:59:03 -0400 Received: from [199.232.76.173] (port=50585 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JrqAV-0002Y7-ES for emacs-orgmode@gnu.org; Fri, 02 May 2008 03:58:59 -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 1JrqAV-00036u-2f for emacs-orgmode@gnu.org; Fri, 02 May 2008 03:58:59 -0400 Received: from imap.science.uva.nl ([146.50.4.51]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JrqAU-0002DX-4N for emacs-orgmode@gnu.org; Fri, 02 May 2008 03:58:58 -0400 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: Rainer Stengele Cc: emacs-orgmode@gnu.org Hi Rainer, so far it has been the rule that Org does not change anything in a headline fully automatically, maybe because I personally do not like this. Of course something like this could be implemented - you are not the first to request it. However, the matter is murky in my head because of the mixing between check boxes and TODO items, and it is not fully clear to me how a clean interaction between the two should look like. - Carsten On Apr 24, 2008, at 2:45 PM, Rainer Stengele wrote: > 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