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