Eric Abrahamsen <e...@ericabrahamsen.net> 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