From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Schmidt Subject: Re: org-install not defining org-mode-map? Date: Tue, 15 May 2012 08:26:26 +0200 Message-ID: <87zk9aj6y7@ch.ristopher.com> References: <87sjf2rppp.fsf@ericabrahamsen.net> 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]:52998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUBDO-0004RG-8W for emacs-orgmode@gnu.org; Tue, 15 May 2012 02:26:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SUBDM-0003ZV-Jb for emacs-orgmode@gnu.org; Tue, 15 May 2012 02:26:33 -0400 Received: from ristopher.com ([146.185.21.93]:57330 helo=saturn.ch.ristopher.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUBDM-0003Z3-61 for emacs-orgmode@gnu.org; Tue, 15 May 2012 02:26:32 -0400 In-Reply-To: <87sjf2rppp.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Tue, 15 May 2012 13:13:54 +0800") 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 Eric Abrahamsen writes: > I must have done something odd here, but=E2=80=A6 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