emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Mixed installation on Windoze


From: Sebastien Vauban
Subject: Re: [O] Mixed installation on Windoze
Date: Thu, 31 May 2012 20:06:47 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.0.97 (windows-nt)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]