lang/org: bind <localleader>cr -> org-clock-report

This commit is contained in:
Henrik Lissner
2019-11-10 13:42:14 -05:00
parent f5d651eae7
commit 89893719dc

View File

@@ -669,6 +669,7 @@ between the two."
"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))
"r" #'org-clock-report
"x" #'org-clock-cancel "x" #'org-clock-cancel
"=" #'org-clock-timestamps-up "=" #'org-clock-timestamps-up
"-" #'org-clock-timestamps-down) "-" #'org-clock-timestamps-down)