From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Newman Subject: Re: Prefix arg required for agenda TODO cycle now? Date: Wed, 4 Feb 2009 20:14:20 +0000 Message-ID: <20090204201420.30da1846@newmanfamily.me.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LUo8q-0006bM-6z for emacs-orgmode@gnu.org; Wed, 04 Feb 2009 15:14:36 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LUo8n-0006aC-Gb for emacs-orgmode@gnu.org; Wed, 04 Feb 2009 15:14:35 -0500 Received: from [199.232.76.173] (port=36094 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUo8n-0006a5-9x for emacs-orgmode@gnu.org; Wed, 04 Feb 2009 15:14:33 -0500 Received: from smtp1.enta.net ([62.249.192.219]:61458) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LUo8m-0002wq-UN for emacs-orgmode@gnu.org; Wed, 04 Feb 2009 15:14:33 -0500 Received: from localhost.localdomain (unknown [84.45.232.14]) by smtp1.enta.net (Postfix) with ESMTP id 37CBA12B63C for ; Wed, 4 Feb 2009 20:19:47 +0000 (GMT) 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: emacs-orgmode@gnu.org I think this is the result of the change in the default value of: org-use-fast-todo-selection I believe that if you customise this the old behaviour will return. On Wed, 04 Feb 2009 13:24:51 -0600 Charles Sebold wrote: > I'm having trouble finding the specific diff where this would have > changed, and I'm wondering if I've done this to myself, or if this is > a bug? > > I jumped this morning from 6.20h (or maybe 6.20i, don't remember now) > to latest, and I find that, in agenda view, to toggle a TODO task to > DONE I have to use C-u t instead of just t. Then, in the org file > itself, I'm used to using the prefix arg C-u C-c C-t to pull up the > full list of TODO possibilities, but now that cycles, and just C-c > C-t pulls up the full list. > > In testing with "emacs -Q" and an org file with just the following in > it: > > * INBOX test item > > I didn't see this problem, but adding my usual org-todo-keywords: > > (setq org-todo-keywords > '((sequence "INBOX(i)" "TICKLER(t!)" "|" "FILE(f@)" > "CANCELED(k@)") (sequence "TODO" "WAITING" "VERIFY" "|" "DONE" > "REASSIGNED") (sequence "DAILY(d)" "|" "DONEDLY" "UNSCHEDDLY(D@)") > (sequence "WEEKLY(e)" "|" "DONEWKLY" "UNSCHEDWKLY(E@)") > (sequence "MONTHLY(m)" "|" "DONEMNTHLY" "UNSCHEDMNTHLY(M@)") > (sequence "APPT" "RESCHEDULE(s@)" "|" "APPTPAST" > "APPTCANCELED(n@)") (sequence "REQUEST(r!)" "REQWAITING(w@/!)" > "REQVERIFY(v)" "|" "REQCLOSED(c!)" "REQREASSIGNED(a@)") > (sequence "PROJECT(P!)" "PROJWAITING(W@/!)" "PROJVERIFY(V)" > "|" "PROJCLOSED(C!)" "PROJREASSIGNED(A@)") > )) > > ...it changes to the behavior I described above. -- Mike