From mboxrd@z Thu Jan 1 00:00:00 1970 From: david@adboyd.com (J. David Boyd) Subject: Re: C-u C-c C-t not behaving as documented Date: Sat, 05 Jan 2013 23:13:47 -0500 Message-ID: <87fw2f9cec.fsf@adboyd.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35477) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Trhcb-0000Qb-LR for emacs-orgmode@gnu.org; Sat, 05 Jan 2013 23:14:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Trhca-0001jn-5p for emacs-orgmode@gnu.org; Sat, 05 Jan 2013 23:14:05 -0500 Received: from plane.gmane.org ([80.91.229.3]:60042) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TrhcZ-0001jj-W2 for emacs-orgmode@gnu.org; Sat, 05 Jan 2013 23:14:04 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Trhck-0006d8-Uc for emacs-orgmode@gnu.org; Sun, 06 Jan 2013 05:14:14 +0100 Received: from 72.185.97.240 ([72.185.97.240]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 06 Jan 2013 05:14:14 +0100 Received: from david by 72.185.97.240 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 06 Jan 2013 05:14:14 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Brian van den Broek writes: > Hi all, > > I have > > (setq org-todo-keywords > '((sequence "TODO(t!)" "STARTED(s!)" "WAITING(w@/@)" "|" "DONE(d@/@)" > "CANCELLED(c@/@)" "DEFERRED(D@/@)"))) > > in my .emacs. > > In http://orgmode.org/org.html#TODO-basics I read > > C-u C-c C-t > Select a specific keyword using completion or (if it has been set > up) the fast selection interface. > For the latter, you need to assign keys to TODO states, see > Per-file keywords, and Setting > tags, for more information. > > When I hit C-u C-c C-t on a headline, the result is that the headline > cycles through my TODO states (as defined above). In effect, C-u C-c > C-t behaves as C-c C-t is documented to. > > I've checked through my org configuration for other settings that > affect todo sequences and states and don't think I've got anything > that accounts for this. > > I'm perfectly happy with the behaviour I observe. But, it isn't what > one would expect from reading the docs. (I suspect that the docs might > not have been updated when org-todo-keywords was introduced. Or, as > has happened before, I've misunderstood something.) > > Org-mode version 7.9.2 (7.9.2-dist @ /home/brian/.emacsd/site-lisp/org/) > Mark set > GNU Emacs 23.2.1 (x86_64-pc-linux-gnu, GTK+ Version 2.20.1) of > 2010-12-11 on brahms, modified by Debian > > Best, > > Brian vdB I get the same exact behavior, and like you, I'm fine with it too.