From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Heller Subject: Mixed installation on Windoze Date: Thu, 31 May 2012 10:44:04 -0700 Message-ID: <0vaa0ofdp7.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45462) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sa9Q7-00086j-M9 for emacs-orgmode@gnu.org; Thu, 31 May 2012 13:44:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sa9Q6-00084R-02 for emacs-orgmode@gnu.org; Thu, 31 May 2012 13:44:23 -0400 Received: from plane.gmane.org ([80.91.229.3]:54511) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sa9Q5-00084B-Pp for emacs-orgmode@gnu.org; Thu, 31 May 2012 13:44:21 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Sa9Pw-0000XG-CE for emacs-orgmode@gnu.org; Thu, 31 May 2012 19:44:12 +0200 Received: from mail.cdrd.ca ([142.103.191.98]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 May 2012 19:44:12 +0200 Received: from hellerm2 by mail.cdrd.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 May 2012 19:44:12 +0200 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@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello all, 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)/...? Thanks and Cheers Markus