From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Re: [PROPOSAL] Quick and easy installation instructions Date: Mon, 27 Sep 2010 16:06:35 +0200 Message-ID: <87fwwvffh0.fsf@gmx.de> References: <87tylcy6gw.fsf@stats.ox.ac.uk> <50AE8A48-F8C3-4358-88B2-25CF7A7D15E0@gmail.com> <87tylby319.fsf@stats.ox.ac.uk> <33E4DC13-3B6B-4803-9F00-2FB440F912C1@gmail.com> <87wrq7fir0.fsf@gmx.de> <87r5gfwawj.fsf@stats.ox.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=37510 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P0Eah-0008Pz-7h for emacs-orgmode@gnu.org; Mon, 27 Sep 2010 10:22:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1P0ELr-0006qz-Fb for emacs-orgmode@gnu.org; Mon, 27 Sep 2010 10:06:44 -0400 Received: from mailout-de.gmx.net ([213.165.64.23]:38201 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1P0ELq-0006qV-VA for emacs-orgmode@gnu.org; Mon, 27 Sep 2010 10:06:43 -0400 In-Reply-To: <87r5gfwawj.fsf@stats.ox.ac.uk> (Dan Davison's message of "Mon, 27 Sep 2010 14:53:16 +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: Dan Davison Cc: emacs org-mode mailing list , Carsten Dominik Dan Davison writes: > Sebastian Rose writes: > >> Carsten Dominik writes: >>>>> org-install would figure out where org.el is, add to .emacs and query >>>>> for compilation. This wouod make things independent from make and >>>>> other tools. >>>> >>>> Yes I wondered about making something like that yesterday (would it make >>>> sense to have emacs do everything, including the download? >>> >>> This rings a bell - I think Sebastian Rose implemented that already. Let >>> search! >> >> >> It's in contrib/lisp/org-track.el. >> >> But as Org mode is on ELPA already, > > Great, I didn't know that. I'm not seeing it listed when I do M-x > package-list-packages. What do I need to do to see Org listed there? > > Dan You need emacs-24.1. It comes with a modified version of package.el that pulls from elpa.gnu.org. Don't know if this requires extra work to provide Org mode packages on both sites. Sebastian