emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Assigning a keyboard shortcut


From: Matt Lundin
Subject: Re: [O] Assigning a keyboard shortcut
Date: Tue, 10 May 2011 11:06:27 -0400
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

John Hendy <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]