On 27 Jun 2011, Michael Markert wrote: > 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")) Scratch that. You need that line _additionally_ to the your other two. Michael