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:
parent
3d4a51b4a9
commit
3353727452
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue