binds `org-resolve-clocks` to ~, C r~

This commit is contained in:
Francesc Elies Henar 2017-07-18 12:46:32 +02:00 committed by d12frosted
parent e4894a474d
commit 5be6edf0b7
No known key found for this signature in database
GPG Key ID: 8F60E862D6F5CE8F
2 changed files with 2 additions and 0 deletions

View File

@ -298,6 +298,7 @@ To permanently enable mode line display of org clock, add this snippet to your
| ~SPC m C g~ | evil-org-recompute-clocks |
| ~SPC m C i~ | org-clock-in |
| ~SPC m C o~ | org-clock-out |
| ~SPC m C r~ | org-resolve-clocks |
| ~SPC m d d~ | org-deadline |
| ~SPC m d s~ | org-schedule |
| ~SPC m d t~ | org-time-stamp |

View File

@ -179,6 +179,7 @@ Will work on both org-mode and any mode that accepts plain html."
"Cc" 'org-clock-cancel
"Ci" 'org-clock-in
"Co" 'org-clock-out
"Cr" 'org-resolve-clocks
"dd" 'org-deadline
"ds" 'org-schedule
"dt" 'org-time-stamp