Add binding for setting effort

The org-clock-modify-effort-estimate is only useful after we've clocked
in a task.

Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
This commit is contained in:
Rudi Grinberg 2019-11-15 16:04:01 +09:00
parent 3d4a51b4a9
commit 3353727452

View file

@ -667,6 +667,7 @@ between the two."
"C" #'org-clock-out "C" #'org-clock-out
"d" #'org-clock-mark-default-task "d" #'org-clock-mark-default-task
"e" #'org-clock-modify-effort-estimate "e" #'org-clock-modify-effort-estimate
"E" #'org-set-effort
"l" #'org-clock-in-last "l" #'org-clock-in-last
"g" #'org-clock-goto "g" #'org-clock-goto
"G" (λ! (org-clock-goto 'select)) "G" (λ! (org-clock-goto 'select))