From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Quickly Switch Between TODO States Date: Wed, 13 Feb 2008 17:02:28 +0000 Message-ID: <87abm46b8b.fsf@bzg.ath.cx> References: <47B32060.6070806@gmail.com> 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 1JPL0O-0003R5-DS for emacs-orgmode@gnu.org; Wed, 13 Feb 2008 12:02:44 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JPL0M-0003QQ-0m for emacs-orgmode@gnu.org; Wed, 13 Feb 2008 12:02:43 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPL0L-0003QH-SB for emacs-orgmode@gnu.org; Wed, 13 Feb 2008 12:02:41 -0500 Received: from wa-out-1112.google.com ([209.85.146.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JPL0L-0002qs-F0 for emacs-orgmode@gnu.org; Wed, 13 Feb 2008 12:02:41 -0500 Received: by wa-out-1112.google.com with SMTP id k34so115026wah.10 for ; Wed, 13 Feb 2008 09:02:40 -0800 (PST) In-Reply-To: <47B32060.6070806@gmail.com> (Wanrong Lin's message of "Wed, 13 Feb 2008 11:52:48 -0500") 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: Wanrong Lin Cc: emacs-orgmode Wanrong Lin writes: > I am trying to get the quick TODO state switching work. I put the following > line as in the online manual in my org file > > #+SEQ_TODO: TODO(t) STARTED(s) WAITING(w) | DONE(d) > > But when I press C-c C-c, I only see my tags in the selection > window. The online manual does not elaborate on this much, so I wonder > whether someone can help me out here. Did you try C-c C-t ? ,----[ (info "(org)TODO basics") ] | The most important commands to work with TODO entries are: | | `C-c C-t' | Rotate the TODO state of the current item among | | ,-> (unmarked) -> TODO -> DONE --. | '--------------------------------' | | The same rotation can also be done "remotely" from the timeline and | agenda buffers with the `t' command key (*note Agenda commands::). `---- Hope this helps, -- Bastien