On 27 Jun 2011, Suvayu Ali wrote: > Hi Michael, > > On Mon, 27 Jun 2011 18:51:01 +0200 > Michael Markert wrote: > >> 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". > > That seems to work for now. But I think this should still be > addressed. At least if this is how org behaves now, the instructions > on Worg should reflect that. > > Thanks a lot. :) I think I tracked it down: The problem is emacs24, that is the autoload.el that it bundles. With emacs23 it doesn't honor the path of the file it's passed, but with emacs24 it does, resulting in "lisp/file" autoloads. I don't see an easy solution, that's not plain dirty.[1] Michael I consider adding the base directory along with the `lisp' and maybe `contrib/lisp' directories quite dirty ;)