From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: Installing on windows Date: Fri, 6 Feb 2009 13:35:48 +0530 Message-ID: References: <4c4575360902041007x62c40765h165eef5cd8c1b1@mail.gmail.com> <4c4575360902042102r77098586r97bf039796626479@mail.gmail.com> <4c4575360902052315j47ac98d6sa38123512bf15eb3@mail.gmail.com> 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 1LVLim-0005oS-I0 for emacs-orgmode@gnu.org; Fri, 06 Feb 2009 03:05:56 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVLil-0005oE-7D for emacs-orgmode@gnu.org; Fri, 06 Feb 2009 03:05:56 -0500 Received: from [199.232.76.173] (port=46891 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVLil-0005oB-1x for emacs-orgmode@gnu.org; Fri, 06 Feb 2009 03:05:55 -0500 Received: from mx20.gnu.org ([199.232.41.8]:18823) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LVLik-0000A6-6t for emacs-orgmode@gnu.org; Fri, 06 Feb 2009 03:05:54 -0500 Received: from ti-out-0910.google.com ([209.85.142.188]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LVLii-0007Gf-66 for emacs-orgmode@gnu.org; Fri, 06 Feb 2009 03:05:52 -0500 Received: by ti-out-0910.google.com with SMTP id j3so824085tid.10 for ; Fri, 06 Feb 2009 00:05:48 -0800 (PST) In-Reply-To: <4c4575360902052315j47ac98d6sa38123512bf15eb3@mail.gmail.com> 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: Saurabh Agrawal Cc: emacs-orgmode@gnu.org On Fri, Feb 6, 2009 at 12:45 PM, Saurabh Agrawal wrote: >> Can you mail the exact statement you used to add org-mode to .emacs >> please? > > Sorry Manish, I was out. > > I added following to my .emacs: > > (add-to-list 'load-path "D:/Software/office/emacs/org-6.21b/org-6.21b") Please replace the line above with the following one in your .emacs and reboot Emacs. --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--- Then check Org version again please. HTH, -- Manish