From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jari Aalto Subject: Re: Custom Agenda Commands tutorial Date: Fri, 19 Dec 2008 11:11:54 +0200 Message-ID: <87d4foy1et.fsf@jondo.cante.net> References: <87myetb3cs.fsf@fastmail.fm> <8167E5C6-3C41-4E1E-B2F0-1557BC1B0EEA@uva.nl> 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 1LDbP3-000877-Ic for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 04:12:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LDbP2-00086n-BS for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 04:12:13 -0500 Received: from [199.232.76.173] (port=34778 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDbP1-00086e-G4 for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 04:12:11 -0500 Received: from main.gmane.org ([80.91.229.2]:38983 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 1LDbP1-000796-2a for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 04:12:11 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LDbOv-0005L2-GL for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 09:12:05 +0000 Received: from a91-155-187-216.elisa-laajakaista.fi ([91.155.187.216]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 19 Dec 2008 09:12:05 +0000 Received: from jari.aalto by a91-155-187-216.elisa-laajakaista.fi with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 19 Dec 2008 09:12:05 +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 Bernt Hansen writes: > Jari Aalto writes: > >> How do I force update of the [/] and [%] markers. Many times they >> don't follow item are edited, added, copied manually. > > For a checkbox list just C-c C-c on any checkbox to change the state > twice. > > For TODO subtasks change the todo keyword with shift-left and > shift-right Hm. What internal commands I could use to do the same? I have several top level [/] markers that I'd to update at once. Stepping over them for TODO task chnages is too much work as they go out of synch regularly. Jari