Hi Markus, Markus Heller wrote: > since the last update this morning, M-x org-version reports a mixed > installation; see below: > > ,---- > | Org-mode version 7.8.11 (release_7.8.11-24-g4144c5 @ mixed installation! > | c:/Program Files (x86)/emacs-23.3/lisp/org/ and > | c:/Users/mheller/AppData/Roaming/.emacs.d/org-mode/lisp/) > `---- > > Here's the relevant part of my .emacs (taken from Bernt's documentation): > > ,---- > | ;; 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)/...?
To be sure you don't load anything unwanted (ie, in a bad directory), make sure all your load-path additions are *at the beginning of your Emacs config file*. I guess you've those lines in the middle of your config file, and some other package loads Org before its path is correctly set. This is the only explanation I can see. Best regards, Seb -- Sebastien Vauban