From mboxrd@z Thu Jan 1 00:00:00 1970 From: suvayu ali Subject: Problem with autoloads Date: Sun, 26 Jun 2011 13:14:34 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45858) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QavjN-0002Wv-Qe for emacs-orgmode@gnu.org; Sun, 26 Jun 2011 16:14:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QavjM-0008Ta-GS for emacs-orgmode@gnu.org; Sun, 26 Jun 2011 16:14:57 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:51996) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QavjM-0008TU-9G for emacs-orgmode@gnu.org; Sun, 26 Jun 2011 16:14:56 -0400 Received: by bwd14 with SMTP id 14so1490864bwd.0 for ; Sun, 26 Jun 2011 13:14:54 -0700 (PDT) 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: org-mode mailing list Hi, After I updated yesterday I have been having this problem. This is how I compile: $ make cleanall && make all and I load org from my init file like this: ;; the org repo is at ~/build/org-mode (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")) (require 'org-install) Now every time something needs to be loaded say org-latex during latex export or org-table when turning on orgtbl minor mode, I get errors like these: (file-error "Cannot open load file" "lisp/org") I see lisp/org-install.el has autoloads like these: (autoload 'org-mode "lisp/org" ...) I have faced this once earlier, not sure how I resolved it back then. What am I doing wrong here? -- Suvayu Open source is the future. It sets us free.