On 26 Jun 2011, suvayu ali wrote: > $ 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) > > > > I have faced this once earlier, not sure how I resolved it back > then. What am I doing wrong here? I faced this, too. A fix/workaround is to adjust the loadpath to: (add-to-list 'load-path (expand-file-name "~/build/org-mode")) After quick browsing through the logs I found nothing that could have caused this, but my guess is that someone adjusted the autoloads from "file.el" to "lisp/file.el". Michael