Re: [O] help tracking down bad setting?

2014-09-18 Thread Thorsten Jolitz
Matt Price writes: > Removing the space between \C-c and \C-r worked. I guess I really > don't understand the syntax for setting keybindings in emacs -- every > time I do it it's trial and error! I think using (kbd ...) is the recommended way nowadays: ,[ C-h f kbd RET ] | kbd is a compile

Re: [O] help tracking down bad setting?

2014-09-18 Thread Matt Price
I meant to add: found the culprit by checking the value of org-mode-hook. And also, thanks Thorsten!

Re: [O] help tracking down bad setting?

2014-09-18 Thread Matt Price
On Thu, Sep 18, 2014 at 3:46 PM, Matt Price wrote: > Hi everyone, > > When I load org-mode I get the following error: > > local-set-key: Key sequence C-c SPC C-r starts with non-prefix key C-c SPC > > I am pretty sure I set something to this value somewhere at some time, > but I have no idea what,

Re: [O] help tracking down bad setting?

2014-09-18 Thread Thorsten Jolitz
Matt Price writes: Hi, > local-set-key: Key sequence C-c SPC C-r starts with non-prefix key C-c SPC maybe the actual definition is not written SPC but SPACE, or something similar ..., even a literal space is possible AFAIK. -- cheers, Thorsten

[O] help tracking down bad setting?

2014-09-18 Thread Matt Price
Hi everyone, When I load org-mode I get the following error: local-set-key: Key sequence C-c SPC C-r starts with non-prefix key C-c SPC I am pretty sure I set something to this value somewhere at some time, but I have no idea what, where, or when. I have grepped through .emacs .emacs.d/* for