From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Re: Mixed installation on Windoze Date: Thu, 31 May 2012 20:06:47 +0200 Message-ID: <80mx4omdhk.fsf@somewhere.org> References: <0vaa0ofdp7.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org 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