From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: Installing on windows Date: Sat, 7 Feb 2009 13:50:06 +0530 Message-ID: References: <4c4575360902052315j47ac98d6sa38123512bf15eb3@mail.gmail.com> <4c4575360902060326o51d61bb5kb7907257be91bc36@mail.gmail.com> <4c4575360902060507n4fcc98d8k9c95aabada2e619d@mail.gmail.com> <18828.43640.78000.867161@gargle.gargle.HOWL> <87skmrm9dj.fsf@kassiopeya.MSHEIMNETZ> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LViQA-0006vL-Dt for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 03:20:14 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LViQ9-0006uY-JS for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 03:20:14 -0500 Received: from [199.232.76.173] (port=52254 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LViQ9-0006uR-HB for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 03:20:13 -0500 Received: from mx20.gnu.org ([199.232.41.8]:38837) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LViQ8-0004DR-Ux for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 03:20:13 -0500 Received: from ti-out-0910.google.com ([209.85.142.188]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LViQ6-000309-JJ for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 03:20:10 -0500 Received: by ti-out-0910.google.com with SMTP id j3so1150060tid.10 for ; Sat, 07 Feb 2009 00:20:06 -0800 (PST) In-Reply-To: <87skmrm9dj.fsf@kassiopeya.MSHEIMNETZ> 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: Sebastian Rose Cc: emacs-orgmode Mailinglist On Sat, Feb 7, 2009 at 5:00 AM, Sebastian Rose wrote: > Chris McMahan writes: >> 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)))) > > > that is: > > > (setq load-path (cons "/usr/local/share/emacs/site-lisp/" load-path)) > > > :) Yes, this one did the job (more easily.) I just saw this mentioned in the installation manual. So I guess apologies are in order. Sorry for being lazy. :-/ -- Manish