emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Assigning a keyboard shortcut
@ 2011-05-10 14:59 John Hendy
  2011-05-10 15:06 ` Matt Lundin
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: John Hendy @ 2011-05-10 14:59 UTC (permalink / raw)
  To: emacs-orgmode

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-ca" 'org-agenda)
`---

So I've tried:
,---
| (global-set-key "\C-c C-r" 'org-resolve-clocks)
| (global-set-key "\C-c \C-r" 'org-resolve-clocks)
| (global-set-key "\C-c\C-r" 'org-resolve-clocks)
`---

and none have worked.
,---
| (global-set-key "\C-cr" 'org-resolve-clocks)
`---

works fine, but I wanted C-c C-r not C-c r. What am I goofing?


Thanks,
John

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-05-10 22:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-10 14:59 Assigning a keyboard shortcut John Hendy
2011-05-10 15:06 ` Matt Lundin
2011-05-10 15:07 ` Michael Markert
2011-05-10 16:16   ` John Hendy
2011-05-10 19:06 ` Darlan Cavalcante Moreira
2011-05-10 22:50   ` John Hendy

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).