John Hendy <jw.he...@gmail.com> writes:

> This is surely very simple but I can't find it anywhere...
>
> I'm trying to assign org-resolve-clocks to C-c C-r. I tried to just
> modify the way that link and agendar are set:
[...]
> ,---
> | (global-set-key "\C-c\C-r" 'org-resolve-clocks)
> `---

This one works for me. You could also use this:

(global-set-key (kbd "C-c C-r") 'org-resolve-clocks)

Best,
Matt

Reply via email to