emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-install not defining org-mode-map?


From: Christopher Schmidt
Subject: Re: [O] org-install not defining org-mode-map?
Date: Tue, 15 May 2012 08:26:26 +0200

Eric Abrahamsen <address@hidden> writes:

> I must have done something odd here, but…

Yes.

> On emacs startup, org-mode-map is not getting defined for some reason,
> so a bunch of `eval-after-load' forms are throwing errors. I'm using
> org from git, and the following is the first offending section:
> (require 'org-install)
> (eval-after-load 'org
> ; don't let org steal this key
>   (define-key org-mode-map (kbd "C-'") nil))

You have to quote the inner form.

        Christopher



reply via email to

[Prev in Thread] Current Thread [Next in Thread]