From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris McMahan Subject: Re: Installing on windows Date: Fri, 6 Feb 2009 16:24:08 -0500 Message-ID: <18828.43640.78000.867161@gargle.gargle.HOWL> References: <4c4575360902041007x62c40765h165eef5cd8c1b1@mail.gmail.com> <4c4575360902042102r77098586r97bf039796626479@mail.gmail.com> <4c4575360902052315j47ac98d6sa38123512bf15eb3@mail.gmail.com> <4c4575360902060326o51d61bb5kb7907257be91bc36@mail.gmail.com> <4c4575360902060507n4fcc98d8k9c95aabada2e619d@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LVYBd-0006sH-MR for emacs-orgmode@gnu.org; Fri, 06 Feb 2009 16:24:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVYBc-0006rm-4l for emacs-orgmode@gnu.org; Fri, 06 Feb 2009 16:24:33 -0500 Received: from [199.232.76.173] (port=59089 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVYBc-0006rh-2P for emacs-orgmode@gnu.org; Fri, 06 Feb 2009 16:24:32 -0500 Received: from mail2.panix.com ([166.84.1.73]:54066) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LVYBb-0000dh-2d for emacs-orgmode@gnu.org; Fri, 06 Feb 2009 16:24:31 -0500 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Manish Cc: emacs-orgmode Mailinglist You were adding to the end of the load path, and emacs was using the first copy it came to (the one included in emacs). You could try something like this instead... (setq load-path-orig load-path) (setq load-path (append (list ("D:/Software/office/emacs/org-6.21b/org-6.21b/lisp")) load-path-orig)))) - Chris (comments and other suggestion welcome!) Manish writes: >On Fri, Feb 6, 2009 at 6:37 PM, Saurabh Agrawal wrote: >>>>> >>>>> Then check Org version again please. >>>> >>>> It is still 6.16... :( >>> >>> Can you please mail me your complete .emacs, the location where you >>> unzipped the org-mode package and what additional steps you took to >>> install the package (like make etc.), if any? >> >> Hi Manish, thanks for all the help. Here is my .emacs. > >We finally went interactive in a chat session to resolve this. > >My understanding was that the following statement will add the path to >the front of the load path and Org from this location will be loaded by >(require 'org-install). > >--8<---------------cut here---------------start------------->8--- >(add-to-list 'load-path "D:/Software/office/emacs/org-6.21b/org-6.21b/lisp") >--8<---------------cut here---------------end--------------->8--- > >But it kept loading the version of Org bundled with EmacsW32. Yes, we >did clean up the compiled org files from the location >(EmacsW32/emacs/lisp/org). Also removing the complete org directory >started throwing an error about missing location and did not seem to >load .emacs at all. While loading Emacs site-start.el seems to somehow >expect the org directory under EmacsW32/emacs/lisp directory. > >We finally ended copying latest org files to EmacsW32/emacs/lisp/org >directory. > >Obviously, I do not fully understand the initialization sequence for >EmacsW32. Could someone using EmacsW32 throw some more light on a >better procedure/technique to install Org-mode on it? > >Thanks >-- >Manish > > >_______________________________________________ >Emacs-orgmode mailing list >Remember: use `Reply All' to send replies to the list. >Emacs-orgmode@gnu.org >http://lists.gnu.org/mailman/listinfo/emacs-orgmode -- ================================ Chris McMahan | cmcmahan@one.net ================================