From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: local-set-key: Key sequence C-c SPC a starts with non-prefix key C-c SPC Date: Fri, 29 Jun 2012 22:47:01 +0530 Message-ID: <81r4sym41e.fsf@gmail.com> References: <4FEDC88E.9050806@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44426) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Skeoy-0001tG-LC for emacs-orgmode@gnu.org; Fri, 29 Jun 2012 13:17:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Skeox-0000hA-1w for emacs-orgmode@gnu.org; Fri, 29 Jun 2012 13:17:28 -0400 Received: from mail-pz0-f41.google.com ([209.85.210.41]:57247) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Skeow-0000h1-Pe for emacs-orgmode@gnu.org; Fri, 29 Jun 2012 13:17:26 -0400 Received: by dakp5 with SMTP id p5so5132750dak.0 for ; Fri, 29 Jun 2012 10:17:24 -0700 (PDT) In-Reply-To: (Giacomo M.'s message of "Fri, 29 Jun 2012 16:29:56 +0100") 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: Giacomo M Cc: emacs-orgmode@gnu.org 1. M-x local-set-key (or M-x global-set-key) (and follow the prompts). 2. Once done, do M-x list-command-history and you will see a lisp form that you can insert in to your .emacs. Giacomo M writes: > Actually it was just the space.... > sorry for the noise > > On Fri, Jun 29, 2012 at 4:23 PM, Giacomo M > wrote: > > apparently these lines in my emacs init file were causing the > export error: > (add-hook 'org-mode-hook > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(lambda () > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (local-set-key "\C-c a" 'or= g-agenda) > )) >=20=20=20=20 > but I'm not enough competent to say why. >=20=20=20=20 > Il 27/06/2012 18.36, Giacomo M ha scritto: >=20=20=20=20 >=20=20=20=20 > Dear all, > I'm getting the error in the subject when trying to export an > .org file, e.g. to HTML or LATEX. > who would be so kind to explain me what's happening? > Thanks, >=20=20=20=20=20=20=20=20 > Giacomo >=20=20=20=20 >=20=20=20=20 >=20=20=20=20 > > > > --=20