From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Heller Subject: Re: Mixed installation on Windoze Date: Thu, 31 May 2012 11:56:40 -0700 Message-ID: <0v62bcfac7.fsf@gmail.com> References: <0vaa0ofdp7.fsf@gmail.com> <87396gur3q.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=shift_jis Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35780) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SaAYN-0005B9-6Y for emacs-orgmode@gnu.org; Thu, 31 May 2012 14:57:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SaAYL-0002Mv-Ci for emacs-orgmode@gnu.org; Thu, 31 May 2012 14:56:58 -0400 Received: from plane.gmane.org ([80.91.229.3]:52836) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SaAYL-0002Mh-5j for emacs-orgmode@gnu.org; Thu, 31 May 2012 14:56:57 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SaAYH-0000hO-AK for emacs-orgmode@gnu.org; Thu, 31 May 2012 20:56:53 +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 20:56:53 +0200 Received: from hellerm2 by mail.cdrd.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 May 2012 20:56:53 +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 Achim Gratz writes: > Markus Heller writes: >> ,---- >> | ;; 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)/...? > > You don't, this is the org version that came with Emacs and even if you > remove the path and the files in it, the real problem \ the autoload > definitions that were generated from it \ would still be there. You > need to do either of: > > make uncompiled > make compile > > to produce a complete uncompiled or compiled orgmode in the git work > tree. Ok, I didn't know that, thanks for mentioning. Where do I run either of these commands? In ~/.emacs/org-mode/lisp? Or just anywhere? Or from within emacs? Also, I guess M-x org-version has been extended recently to report a mixed installation? Cheers Markus