Rename +org/toggle-clock -> +org/toggle-last-clock

And rewrite it to ask for confirmation before clocking in on the item at
point. Without this, it's much harder to see what exactly it's doing.
This commit is contained in:
Henrik Lissner 2020-07-26 15:55:11 -04:00
parent 076cee4e89
commit 12e414be89
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
4 changed files with 21 additions and 33 deletions

View file

@ -699,7 +699,8 @@ between the two."
"e" #'org-clock-modify-effort-estimate
"E" #'org-set-effort
"g" #'org-clock-goto
"G" (λ! (org-clock-goto 'select))
"G" (cmd! (org-clock-goto 'select))
"l" #'+org/toggle-last-clock
"i" #'org-clock-in
"I" #'org-clock-in-last
"o" #'org-clock-out