From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wanrong Lin Subject: Quickly Switch Between TODO States Date: Wed, 13 Feb 2008 11:52:48 -0500 Message-ID: <47B32060.6070806@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JPKr7-0006zW-RD for emacs-orgmode@gnu.org; Wed, 13 Feb 2008 11:53:09 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JPKr2-0006yO-1C for emacs-orgmode@gnu.org; Wed, 13 Feb 2008 11:53:08 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPKr1-0006yL-S8 for emacs-orgmode@gnu.org; Wed, 13 Feb 2008 11:53:03 -0500 Received: from an-out-0708.google.com ([209.85.132.241]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JPKr0-0000KZ-EA for emacs-orgmode@gnu.org; Wed, 13 Feb 2008 11:53:03 -0500 Received: by an-out-0708.google.com with SMTP id c25so12155ana.84 for ; Wed, 13 Feb 2008 08:52:56 -0800 (PST) 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 Hi, 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. Thanks a lot! Wanrong