From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: change the state of a TODO into a defined "DONE" state when all checkboxes are checked Date: Thu, 24 Apr 2008 14:45:02 +0200 Message-ID: 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 1Jp0pP-0005Tc-0Y for emacs-orgmode@gnu.org; Thu, 24 Apr 2008 08:45:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jp0pK-0005MT-4l for emacs-orgmode@gnu.org; Thu, 24 Apr 2008 08:45:30 -0400 Received: from [199.232.76.173] (port=58521 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jp0pJ-0005Lv-Sy for emacs-orgmode@gnu.org; Thu, 24 Apr 2008 08:45:25 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jp0pJ-00028M-76 for emacs-orgmode@gnu.org; Thu, 24 Apr 2008 08:45:25 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Jp0p6-00076d-UC for emacs-orgmode@gnu.org; Thu, 24 Apr 2008 12:45:12 +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 ; Thu, 24 Apr 2008 12:45:12 +0000 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Apr 2008 12:45:12 +0000 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: emacs-orgmode@gnu.org 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