From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: henry atting Newsgroups: gmane.emacs.help Subject: el-get question Date: Wed, 16 Mar 2011 10:58:12 +0100 Organization: 1&1 Internet AG Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1300272102 1118 80.91.229.12 (16 Mar 2011 10:41:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 16 Mar 2011 10:41:42 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 16 11:41:38 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PzoAa-0003FV-7A for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Mar 2011 11:41:36 +0100 Original-Received: from localhost ([127.0.0.1]:49887 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PzoAW-0001K6-C6 for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Mar 2011 06:41:32 -0400 Original-Path: usenet.stanford.edu!newsserver.news.garr.it!kanaga.switch.ch!news-zh.switch.ch!switch.ch!news.belwue.de!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-NNTP-Posting-Host: port-92-195-79-152.dynamic.qsc.de Original-X-Trace: online.de 1300269561 31976 92.195.79.152 (16 Mar 2011 09:59:21 GMT) Original-X-Complaints-To: abuse@einsundeins.com Original-NNTP-Posting-Date: Wed, 16 Mar 2011 09:59:21 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 X-Enigmail-Version: 1.1.1 Original-Xref: usenet.stanford.edu gnu.emacs.help:186023 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:80164 Archived-At: I try to make el-get work with emacs but did not succeed so far. I never used a `package manager` for emacs - and if the oh so simple el-get will not reveal its hidden simplicity I most probably never will. I started with orgmode from git which was pulled correctly as far as I can see but was never loaded after restarting emacs. Emacs sticks to the builtin version. As far as I understand it el-get should load the orgmode version under its control automatically... It would really appreciate it if anybody can provide me with an example which causes el-get to pull orgmode from git for example to ~/emacs_plus and load it automatically afterwards. henry