From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: Fast Access to TODO States without C-t Date: Tue, 15 Apr 2014 10:40:04 +0800 Message-ID: <87sipfiad7.fsf@ericabrahamsen.net> References: <87ha5v34ki.fsf@quasar.esben-stien.name> <8761mbjqv1.fsf@ericabrahamsen.net> <871twz2vh9.fsf@quasar.esben-stien.name> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57480) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WZtFP-0005uy-7c for emacs-orgmode@gnu.org; Mon, 14 Apr 2014 22:37:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WZtFJ-00086f-O2 for emacs-orgmode@gnu.org; Mon, 14 Apr 2014 22:37:19 -0400 Received: from plane.gmane.org ([80.91.229.3]:48775) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WZtFJ-00086V-Ha for emacs-orgmode@gnu.org; Mon, 14 Apr 2014 22:37:13 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WZtFI-0003fT-73 for emacs-orgmode@gnu.org; Tue, 15 Apr 2014 04:37:12 +0200 Received: from 114.248.11.109 ([114.248.11.109]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Apr 2014 04:37:12 +0200 Received: from eric by 114.248.11.109 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Apr 2014 04:37:12 +0200 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 Esben Stien writes: > Eric Abrahamsen writes: > >> I may be misunderstanding here, but screen will send the escape key to >> the running program if you hit it twice, right? I use the StumpWM window >> manager, with the escape key also set to C-t, and I think both of them >> behave the same way: first escape is caught, second is sent to the >> program. So you'd do C-c C-t C-t d. How does that work? > > No, C-t C-t switches between screen windows. Well there's got to be some way to send the escape sequence to the running process! Googling indicates it might be C-t t -- does C-c C-t t d work? >> Also, if you set `org-use-speed-commands' to t, you can use single >> keystrokes when point is to the left of headline stars. I find this >> immensely useful. Get point to the left margin and hit "t", that's all >> you need. > > This speedy gonzales command was really cool and I think I'll use that > for a lot of things;) > > , but I don't see how I can have fast access to TODO states. > > If I hit 't' over a TODO item, it just changes the state to the next > state. How can I jump to DONE(d!), f.ex? I think I get the menu because I have org-use-fast-todo-selection set to t. Look at the docstring for that variable and try a few different values -- I think you're almost there.