From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: little problem with installing org with el-get Date: Wed, 17 Nov 2010 19:50:23 +0530 Message-ID: <81aal8821k.fsf@gmail.com> References: <87d3q4dy58.fsf@gmail.com> <81lj4sgowv.fsf@gmail.com> <87mxp8cbsy.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=46770 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PIisX-0006Yq-MS for emacs-orgmode@gnu.org; Wed, 17 Nov 2010 09:20:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PIisW-0008Tr-JB for emacs-orgmode@gnu.org; Wed, 17 Nov 2010 09:20:53 -0500 Received: from mail-pz0-f41.google.com ([209.85.210.41]:33005) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PIisW-0008Tg-05 for emacs-orgmode@gnu.org; Wed, 17 Nov 2010 09:20:52 -0500 Received: by pzk30 with SMTP id 30so297699pzk.0 for ; Wed, 17 Nov 2010 06:20:51 -0800 (PST) In-Reply-To: <87mxp8cbsy.fsf@gmail.com> (yagnesh raghava yakkala's message of "Wed, 17 Nov 2010 22:35:57 +0900") 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: yagnesh raghava yakkala Cc: emacs-orgmode@gnu.org >>> I am trying to follow the Org-mode from the git head using el-get. how >>> ever its not working as intended. even after el-get-update and >>> el-get-init , i see org-version is set to 7.1 (I am using emacs from >>> git repo few days ago built) instead of 7.3 release_7.3xxx dirty. >>> >>> I think this is nothing to do with my /init.el/. As a work around I >>> removed org folder from the emacs installation. After doing so it is >>> showing the correct version which is installed. >>> >>> I dont know this is a problem with el-get. is anybody using el-get to >>> maintain your org and other elisp code. > > As I said, i could solve my problem with deleting the org directory > (bad idea indeed , loosing the fallback option) in my emacs > installation. > My question was why el-get is not able to init the Org > while it is doing good with other packages. > I haven't used el-get so I cannot comment on it. But, from the nature of the description it looks like it could be an issue with load-path. Have you done C-h v load-path and verified that it is OK? Jambunathan K.