Re: [Orgmode] Speed commands (was: Release 6.33)

2009-11-20 Thread Friedrich Delgado Friedrichs
Doh! > Due to some inexplicable screwup with my emacs config and git over 3 > machines, I lost my configuration changes. ---Zitatende--- It's late, I just forgot to git pull my config ;) -- Friedrich Delgado Friedrichs TauPan on Ircnet and Freenode ;) ___

Re: [Orgmode] Speed commands (was: Release 6.33)

2009-11-20 Thread Friedrich Delgado Friedrichs
Hi! Sorry I have to clarify this a bit: Raffi R schrieb: > What sort of phone do you use? I am looking for a new phone and would > like to use ogmode, of course. > On Fri, Nov 20, 2009 at 9:35 AM, Friedrich Delgado Friedrichs > wrote: > > Trying out speedkeys and liking them, I guess I'm going

Re: [Orgmode] Speed commands (was: Release 6.33)

2009-11-20 Thread Eric S Fraga
At Fri, 20 Nov 2009 17:29:15 +0100, Friedrich Delgado Friedrichs wrote: > k for up, j for down, h for left and l for right. So I guess k would > be previous-heading, j next heading, and h and l for the previous/next > sibling on the same level. > > So I guess I have: > > j (org-speed-move-safe

Re: [Orgmode] Speed commands

2009-11-20 Thread Eric S Fraga
At Fri, 20 Nov 2009 19:13:11 +0100, Stephan Schmitt wrote: > > Hi Eric, > > try this: > > (progn > (org-cycle-agenda-files) >(when (not (and (bolp) (org-on-heading-p))) >(outline-previous-visible-heading 1) >(or (and (bolp) (org-on-heading-p)) >(outline-next

Re: [Orgmode] Speed commands (was: Release 6.33)

2009-11-20 Thread Raffi R
Dear Friedrich, What sort of phone do you use? I am looking for a new phone and would like to use ogmode, of course. Thanks, - Raffi. On Fri, Nov 20, 2009 at 9:35 AM, Friedrich Delgado Friedrichs wrote: > > Trying out speedkeys and liking them, I guess I'm going to have a > simple life using or

Re: [Orgmode] Speed commands

2009-11-20 Thread Stephan Schmitt
Hi Eric, try this: (progn (org-cycle-agenda-files) (when (not (and (bolp) (org-on-heading-p))) (outline-previous-visible-heading 1) (or (and (bolp) (org-on-heading-p)) (outline-next-visible-heading 1 Greetings, Stephan Also sprach Eric S Fraga

Re: [Orgmode] Speed commands (was: Release 6.33)

2009-11-20 Thread Eric S Fraga
At Fri, 20 Nov 2009 15:57:09 +0100, Carsten Dominik wrote: > This is nice, but I guess you want to stay in fast-key space. > So > >("," . (progn (org-cycle-agenda-files) > (or (and (bolp) (org-on-heading-p)) > (outline-next-visible-heading 1 This is r

Re: [Orgmode] Speed commands (was: Release 6.33)

2009-11-20 Thread Eric S Fraga
At Fri, 20 Nov 2009 15:57:09 +0100, Carsten Dominik wrote: > On Nov 20, 2009, at 3:35 PM, Friedrich Delgado Friedrichs wrote: > > How about having an alternative keymap with vi-like moving keys? I > > hardly ever use the C-b, C-f, C-n, C-p in my regular emacs work > > (mostly cursor keys) and so I'

Re: [Orgmode] Speed commands (was: Release 6.33)

2009-11-20 Thread Friedrich Delgado Friedrichs
Carsten Dominik schrieb: > >(("y" . (progn > > (delete-other-windows) > > (recenter-top-bottom 0))) > >("A" . (if (y-or-n-p "Archive this subtree or entry? ") > > (call-interactively org-archive-subtree) > > (error "Abort"))) > > ("," . org-cycle-agenda-files)) The

Re: [Orgmode] Speed commands (was: Release 6.33)

2009-11-20 Thread Carsten Dominik
Hi Friedrich, On Nov 20, 2009, at 3:35 PM, Friedrich Delgado Friedrichs wrote: Trying out speedkeys and liking them, I guess I'm going to have a simple life using org from my phone from now on ;) Carsten Dominik schrieb: In the speed map, yes, there is space, and you can add keys yourself.

Re: [Orgmode] Speed commands (was: Release 6.33)

2009-11-20 Thread Friedrich Delgado Friedrichs
Trying out speedkeys and liking them, I guess I'm going to have a simple life using org from my phone from now on ;) Carsten Dominik schrieb: > In the speed map, yes, there is space, and you can add keys yourself. > But I would recommend making these with confirmation query. > (setq org-speed-com

Re: [Orgmode] Speed commands

2009-11-18 Thread Carsten Dominik
On Nov 18, 2009, at 4:09 PM, Jason Dunsmore wrote: Carsten Dominik writes: On Nov 13, 2009, at 8:16 PM, Stephan Schmitt wrote: Carsten Dominik wrote: [...] ... so there are keys left to spend unique keys for the 'agenda' and 'archive' commands ;-) In the speed map, yes, there is space

Re: [Orgmode] Speed commands

2009-11-18 Thread Jason Dunsmore
Carsten Dominik writes: > On Nov 13, 2009, at 8:16 PM, Stephan Schmitt wrote: > >> Carsten Dominik wrote: >>> [...] >> >> ... so there are keys left to spend unique keys for the 'agenda' and >> 'archive' commands ;-) > > In the speed map, yes, there is space, and you can add keys yourself. > But

Re: [Orgmode] Speed commands

2009-11-15 Thread Carsten Dominik
Hi Dan, these are nice, but somehow I find the "n" command logical and the "p" command confusing :-) - Carsten On Nov 15, 2009, at 3:44 AM, Dan Davison wrote: Dan Davison writes: Carsten Dominik writes: <...> I am happy to have a discussion what additional commands should be present by

Re: [Orgmode] Speed commands

2009-11-14 Thread Dan Davison
Dan Davison writes: > Carsten Dominik writes: > > <...> >> I am happy to have a discussion what additional >> commands should be present by default. > > I thought a speed command for scrolling through an org document might be > good -- move from heading to heading, displaying the next entry whil

Re: [Orgmode] Speed commands

2009-11-13 Thread Dan Davison
Carsten Dominik writes: <...> > I am happy to have a discussion what additional > commands should be present by default. I thought a speed command for scrolling through an org document might be good -- move from heading to heading, displaying the next entry while keeping all others hidden, and c

Re: [Orgmode] Speed commands

2009-11-13 Thread Carsten Dominik
Wow, indeed :-) - Carsten On Nov 13, 2009, at 9:09 PM, Stephan Schmitt wrote: sorry, I wasn't clear. I wanted to point out that in the org-speed-commands-default constant the letter 'a' is assigned twice: ("a" . org-agenda) ("a" . org-archive-subtree-default-with-confirmation) sure,

Re: [Orgmode] Speed commands

2009-11-13 Thread Stephan Schmitt
sorry, I wasn't clear. I wanted to point out that in the org-speed-commands-default constant the letter 'a' is assigned twice: ("a" . org-agenda) ("a" . org-archive-subtree-default-with-confirmation) sure, I can change this for myself, but I thought it would make sense to avoid such a

Re: [Orgmode] Speed commands (was: Release 6.33)

2009-11-13 Thread Carsten Dominik
On Nov 13, 2009, at 8:16 PM, Stephan Schmitt wrote: Carsten Dominik wrote: On Nov 13, 2009, at 6:48 PM, Eric S Fraga wrote: Excellent addition! This makes org-mode even /more/ usable on systems with very small keyboards (like smartphones etc). I'd been using viper-mode to have single key

Re: [Orgmode] Speed commands (was: Release 6.33)

2009-11-13 Thread Stephan Schmitt
Carsten Dominik wrote: On Nov 13, 2009, at 6:48 PM, Eric S Fraga wrote: Excellent addition! This makes org-mode even /more/ usable on systems with very small keyboards (like smartphones etc). I'd been using viper-mode to have single key movement in org-mode buffers but you've not only made t