From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: Problem with autoloads Date: Mon, 27 Jun 2011 18:01:34 -0700 Message-ID: <20110627180134.661ecfaa@kuru.homelinux.net> References: <877h87xloq.wl%markert.michael@googlemail.com> <20110627105743.15d7f5fd@kuru.homelinux.net> <87zkl29ams.wl%markert.michael@googlemail.com> <18297.1309220005@alphaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:55165) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbMgS-0000DJ-Or for emacs-orgmode@gnu.org; Mon, 27 Jun 2011 21:01:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QbMgR-0007FG-HT for emacs-orgmode@gnu.org; Mon, 27 Jun 2011 21:01:44 -0400 Received: from mail-pz0-f41.google.com ([209.85.210.41]:34139) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbMgR-0007F9-Ap for emacs-orgmode@gnu.org; Mon, 27 Jun 2011 21:01:43 -0400 Received: by pzk4 with SMTP id 4so4006763pzk.0 for ; Mon, 27 Jun 2011 18:01:42 -0700 (PDT) In-Reply-To: <18297.1309220005@alphaville.dokosmarshall.org> 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: nicholas.dokos@hp.com Cc: Bastien , org-mode mailing list , Michael Markert Hi Nick, On Mon, 27 Jun 2011 20:13:25 -0400 Nick Dokos wrote: > The generated org-install.el looks like this: > [...] > | > | (autoload 'org-mode "org" "\ > | Outline-based notes management and organizer, alias > | \"Carsten's outline-mode for keeping track of everything.\" > | ... > `---- > I also run emacs24 and my autoloads look like this. Obviously the leading lisp/ is the problem. (autoload 'org-mode "lisp/org" ...) This is my setup: emacs 24 is installed in /opt/emacs-lisp I changed the Makefile to point EMACS to /opt/emacs-lisp/bin/emacs and ran make. It still generates the same autoloads (with the leading lisp/). I setup org by evaluating the following lines in an emacs session started as emacs -Q: (add-to-list 'load-path (expand-file-name "~/build/org-mode/lisp")) (add-to-list 'load-path (expand-file-name "~/build/org-mode/contrib/lisp")) ;; activate org (require 'org-install) I get the same error again, its trying to load lisp/org instead of org. I tried this with a fresh clone of the org-mode repository. I can't see where I could have gone wrong here. > Nick -- Suvayu Open source is the future. It sets us free.