From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giacomo M Subject: Re: local-set-key: Key sequence C-c SPC a starts with non-prefix key C-c SPC Date: Fri, 29 Jun 2012 17:23:58 +0200 Message-ID: <4FEDC88E.9050806@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43625) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Skd3I-0006NZ-Mq for emacs-orgmode@gnu.org; Fri, 29 Jun 2012 11:24:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Skd3F-00011t-JX for emacs-orgmode@gnu.org; Fri, 29 Jun 2012 11:24:08 -0400 Received: from mail-bk0-f41.google.com ([209.85.214.41]:42472) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Skd3F-000116-9h for emacs-orgmode@gnu.org; Fri, 29 Jun 2012 11:24:05 -0400 Received: by bkcjc3 with SMTP id jc3so1018977bkc.0 for ; Fri, 29 Jun 2012 08:24:02 -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: emacs-orgmode@gnu.org apparently these lines in my emacs init file were causing the export error: (add-hook 'org-mode-hook (lambda () (local-set-key "\C-c a" 'org-agenda) )) but I'm not enough competent to say why. Il 27/06/2012 18.36, Giacomo M ha scritto: > 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, > > Giacomo