From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Price Subject: Re: help tracking down bad setting? Date: Thu, 18 Sep 2014 16:19:28 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33195) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUiAy-0006PB-0Q for emacs-orgmode@gnu.org; Thu, 18 Sep 2014 16:19:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XUiAx-0003yY-9e for emacs-orgmode@gnu.org; Thu, 18 Sep 2014 16:19:35 -0400 Received: from mail-lb0-x233.google.com ([2a00:1450:4010:c04::233]:49178) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUiAx-0003yE-1s for emacs-orgmode@gnu.org; Thu, 18 Sep 2014 16:19:35 -0400 Received: by mail-lb0-f179.google.com with SMTP id 10so1404966lbg.24 for ; Thu, 18 Sep 2014 13:19:29 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode 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, where, or when. I have grepped through > > .emacs > .emacs.d/* > > for local-set-key, "C-c SPC C-r" and "SPC" and I haven't found anything. > OK, I found it here: (local-set-key "\C-c \C-r" 'org-decrypt-entry) 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! Matt