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:27:15 +0000 Message-ID: <87prv04vik.fsf@bzg.ath.cx> References: <47B32060.6070806@gmail.com> <87abm46b8b.fsf@bzg.ath.cx> <47B326B8.4090808@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 1JPLOI-0007j8-Jf for emacs-orgmode@gnu.org; Wed, 13 Feb 2008 12:27:26 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JPLOG-0007iK-Uy for emacs-orgmode@gnu.org; Wed, 13 Feb 2008 12:27:26 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPLOG-0007iF-PR for emacs-orgmode@gnu.org; Wed, 13 Feb 2008 12:27:24 -0500 Received: from wa-out-1112.google.com ([209.85.146.180]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JPLOG-00023W-Cf for emacs-orgmode@gnu.org; Wed, 13 Feb 2008 12:27:24 -0500 Received: by wa-out-1112.google.com with SMTP id k34so126712wah.10 for ; Wed, 13 Feb 2008 09:27:23 -0800 (PST) In-Reply-To: <47B326B8.4090808@gmail.com> (Wanrong Lin's message of "Wed, 13 Feb 2008 12:19:52 -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: emacs-orgmode@gnu.org Wanrong Lin writes: >> 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, >> >> > > C-c C-t is what I have been using, but recently I am a little bit tired of > the cycling (especially when I have 7 TODO states), so I wish to have > something that can let me select a TODO state directly, like C-c C-c > does for tags. Then you also want (setq org-use-fast-todo-selection t) -- Bastien