Re: [Orgmode] key bindings for quickly setting effort estimates

2009-11-03 Thread Carsten Dominik
On Nov 3, 2009, at 1:33 PM, Tim O'Callaghan wrote: Would it be possible to add something like this to the "org-fast-tag-selection-include-todo" interface? possibly with a list of properties to select from: org-fast-tag-selection-include-properties '(("EFFORT_All" ?e)

Re: [Orgmode] key bindings for quickly setting effort estimates

2009-11-03 Thread Tim O'Callaghan
Would it be possible to add something like this to the "org-fast-tag-selection-include-todo" interface? possibly with a list of properties to select from: org-fast-tag-selection-include-properties '(("EFFORT_All" ?e) ("FOCUS_All" ?f)) S

Re: [Orgmode] key bindings for quickly setting effort estimates

2009-11-02 Thread Carsten Dominik
We do have `org-set-effort', bound to `C-c C-x e'. You can use a prefix arg to get to a value directly. But your approach is faster, if you have to do this a lot. - Carsten On Nov 2, 2009, at 2:52 PM, Adam Spiers wrote: I found myself needing a quick way of setting effort estimates outsi

[Orgmode] key bindings for quickly setting effort estimates

2009-11-02 Thread Adam Spiers
I found myself needing a quick way of setting effort estimates outside column view, and came up with the following: ;; Zero effort is last (10th) element of global Effort_ALL property ;; so that we get zero effort when pressing '0' in the Effort column ;; in Column view, since this invokes `org-se