From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Org-mode version 5.08 Date: Wed, 5 Sep 2007 23:43:36 +0200 Message-ID: References: <56cab4000393337c90c5c0d101aa799e@gmail.com> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IT2ex-00031l-8K for emacs-orgmode@gnu.org; Wed, 05 Sep 2007 17:43:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IT2ew-00031E-4k for emacs-orgmode@gnu.org; Wed, 05 Sep 2007 17:43:38 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IT2ev-00031B-SU for emacs-orgmode@gnu.org; Wed, 05 Sep 2007 17:43:37 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IT2ev-0000qN-GS for emacs-orgmode@gnu.org; Wed, 05 Sep 2007 17:43:37 -0400 In-Reply-To: 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: Leo Cc: emacs-orgmode@gnu.org On Sep 5, 2007, at 22:14, Leo wrote: > On 2007-09-05 09:36 +0100, Carsten Dominik wrote: >> - There is now a separate interface for fast and directly >> setting a TODO keyword. This interface kicks in when you >> have configured keys for TODO keywords like >> >> #+SEQ_TODO: TODO(t) WAITING(w) | DONE(d) CANCELED(c) >> >> C-c C-t still does the cycling thing, you need to use a >> prefix argument to get to the fast interface. Or configure >> the variable `org-use-fast-todo-selection' to t, then this >> will be the default and the prefix argument will make the >> command fall back to cycling. > > This does not work for todo set in org-todo-keywords. It does work for me, but you need to restart org-mode to get it working. Also there is a small bug still with C-u not falling back to cycling. - Carsten