From mboxrd@z Thu Jan 1 00:00:00 1970 From: dpom Subject: Re: little problem with installing org with el-get Date: Wed, 17 Nov 2010 21:47:05 +0200 Message-ID: <877hgbu406.fsf@bob.home.net> References: <87d3q4dy58.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=57264 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PIzxU-0001Df-NQ for emacs-orgmode@gnu.org; Thu, 18 Nov 2010 03:35:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PIzxT-0001Pa-J8 for emacs-orgmode@gnu.org; Thu, 18 Nov 2010 03:35:08 -0500 Received: from lo.gmane.org ([80.91.229.12]:60677) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PIzxT-0001PL-8u for emacs-orgmode@gnu.org; Thu, 18 Nov 2010 03:35:07 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PIzxQ-0001MD-CC for emacs-orgmode@gnu.org; Thu, 18 Nov 2010 09:35:04 +0100 Received: from 85.121.145.108 ([85.121.145.108]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Nov 2010 09:35:04 +0100 Received: from dan.pomohaci by 85.121.145.108 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Nov 2010 09:35:04 +0100 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: emacs-orgmode@gnu.org I use el-get to obtain the last org-mode version and it's ok. My working configuration is: (setq el-get-sources '( ... (:name org-mode :build ("make clean" "make" "make doc" "make INSTALL_INFO=ginstall-info infodir=~/.emacs.d/info/org install-info") :after (lambda () (setq load-path (remove "/usr/share/emacs/23.2/lisp/org/" load-path)) (add-to-list 'Info-default-directory-list (expand-dir-name "org" info-dir)))) )) You should replace "/usr/share/23.2/lisp/org/" with your emacs repository. Best regards, Dan Pomohaci yagnesh raghava yakkala writes: > Dear list, > > I recently dove into emacs world because of org. This is my first mail > to list so let me thank to Org-mode , Carsten and all contributors. > > Now to the problem, > > 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. > > in my init.el I have el-get-sources setup as the following. > > ------------------------------------------------------------------ > (setq el-get-sources > '( > (:name magit > :after (lambda () (global-set-key (kbd "C-x C-z") 'magit-status))) > > (:name org-mode > :type git > :url "git://repo.or.cz/org-mode.git" > :info "doc" > :build ("make clean" "make" "make doc") > :load-path ("lisp" "contrib/lisp") > :features org-install) > (:name smex > :type git > :url "http://github.com/nonsequitur/smex.git") > > (:name el-get > :type git > :url "git://github.com/dimitri/el-get.git" > :features el-get > :load "el-get.el") > )) > ----------------------------------------------------------------------- > > Apologies if my terminology and language confuses you. > > Regards., > Yagnesh > > PS: I am almost a noob to elisp and even to programming. so please > bear with me. I am sending this from /gnus/ for the first time hoping to > reach the list. > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode >