Got it -- I found that in my googling, but wondered why the org-mode setup documentation has the other notation "\C-ca" vs. (kbd "C-c a").
Thanks, John On Tue, May 10, 2011 at 10:07 AM, Michael Markert <markert.mich...@googlemail.com> wrote: > Hi John, > > don't bother and use `kbd': > > ---------- snip ------------------------------ > (global-set-key (kbd "C-c C-r") 'org-resolve-clocks) > ---------- snap ------------------------------ > > Michael >