Re: [O] Fast Access to TODO States without C-t

2014-04-17 Thread Esben Stien
Eric Abrahamsen writes: > org-use-fast-todo-selection set to t Hehe, got it, finally. That was the missing ingredient. Really great, now I'm speedy gonzales on the TODOs'; thanks;) -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b

Re: [O] Fast Access to TODO States without C-t

2014-04-16 Thread Bastien
Oleh writes: > It's inspired by vi, so your task is handled by "cwd" (change word > DONE). Other stuff works as well, such as "cw[tnc]" for (change word > [TODO NEXT CANCELLED]). > > Similarly: > "cp" is change property, > "dp" is delete property, > "p" is move to property, > "ct" is change tag,

Re: [O] Fast Access to TODO States without C-t

2014-04-15 Thread Eric Abrahamsen
Esben Stien writes: > Eric Abrahamsen writes: > >> 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 > > You're right;) > > C-c C-t t sends C-c C-t to emacs. I can see it says C-c C-t in the > mode-line. > >> does C-c C-

Re: [O] Fast Access to TODO States without C-t

2014-04-15 Thread Esben Stien
Eric Abrahamsen writes: > 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 You're right;) C-c C-t t sends C-c C-t to emacs. I can see it says C-c C-t in the mode-line. > does C-c C-t t d work? Funnily enough, no, it d

Re: [O] Fast Access to TODO States without C-t

2014-04-15 Thread Nick Dokos
Thorsten Jolitz writes: > I thought about that too and came up with C-o as tmux prefix key, > probably I actually do use the scratch buffer quite frequently: > > ,--- > | C-j runs the command eval-print-last-sexp, which is an intera

Re: [O] Fast Access to TODO States without C-t

2014-04-15 Thread Thorsten Jolitz
Greg Troxel writes: > Esben Stien writes: > >> I'm trying to figure out how to bind fast access to TODO states, without >> using C-t. >> >> The reason is that I have C-t as escape code for my screen session. > > This isn't what you asked, but I would suggest changing your escape key > and perhap

Re: [O] Fast Access to TODO States without C-t

2014-04-15 Thread Greg Troxel
Esben Stien writes: > I'm trying to figure out how to bind fast access to TODO states, without > using C-t. > > The reason is that I have C-t as escape code for my screen session. This isn't what you asked, but I would suggest changing your escape key and perhaps using tmux instead of screen.

Re: [O] Fast Access to TODO States without C-t

2014-04-15 Thread Oleh
Hi Esben, > 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? There's https://github.com/abo-abo/worf (also in MELPA) - an alternative to org speed keys. It's inspired by vi, so your task is handled by "cwd" (change word DONE). Other

Re: [O] Fast Access to TODO States without C-t

2014-04-14 Thread Eric Abrahamsen
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:

Re: [O] Fast Access to TODO States without C-t

2014-04-14 Thread Esben Stien
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, secon

Re: [O] Fast Access to TODO States without C-t

2014-04-14 Thread Eric Abrahamsen
Esben Stien writes: > I'm trying to figure out how to bind fast access to TODO states, without > using C-t. > > The reason is that I have C-t as escape code for my screen session. > > The command org-todo is bound to C-c t here, so when I try to fast > access to the TODO state DONE(d!), I can't g

[O] Fast Access to TODO States without C-t

2014-04-14 Thread Esben Stien
I'm trying to figure out how to bind fast access to TODO states, without using C-t. The reason is that I have C-t as escape code for my screen session. The command org-todo is bound to C-c t here, so when I try to fast access to the TODO state DONE(d!), I can't get to it. C-c t d just puts 'd'