[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] local-set-key: Key sequence C-c SPC a starts with non-prefix key
From: |
Jambunathan K |
Subject: |
Re: [O] 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 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.1 (windows-nt) |
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 <address@hidden> writes:
> Actually it was just the space....
> sorry for the noise
>
> On Fri, Jun 29, 2012 at 4:23 PM, Giacomo M <address@hidden>
> wrote:
>
> 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
>
>
>
>
>
>
>
--