Achim Gratz <strom...@nexgo.de> writes: > Markus Heller writes: >> ,---- >> | ;; no need to compile the sources >> | (add-to-list 'load-path "~/.emacs.d/org-mode/lisp/") >> | (add-to-list 'load-path "~/.emacs.d/org-mode/contrib/lisp/") >> | (add-to-list 'auto-mode-alist '("\\.\\(org\\|org_archive\\|txt\\)$" . >> org-mode)) >> | (require 'org-install) >> `---- >> >> Any idea how this happened? And how to get rid of the unwanted path in >> c:/Program Files (x86)/...? > > You don't, this is the org version that came with Emacs and even if you > remove the path and the files in it, the real problem ― the autoload > definitions that were generated from it ― would still be there. You > need to do either of: > > make uncompiled > make compile > > to produce a complete uncompiled or compiled orgmode in the git work > tree.
Ok, I didn't know that, thanks for mentioning. Where do I run either of these commands? In ~/.emacs/org-mode/lisp? Or just anywhere? Or from within emacs? Also, I guess M-x org-version has been extended recently to report a mixed installation? Cheers Markus