From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike McLean Subject: Re: Org Mode new Makefile and el-get Date: Sun, 22 Apr 2012 12:14:17 -0400 Message-ID: References: <87pqb0i7la.fsf@Rainer.invalid> Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55256) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLzQg-0007Kb-Dd for emacs-orgmode@gnu.org; Sun, 22 Apr 2012 12:14:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SLzQe-0007un-HU for emacs-orgmode@gnu.org; Sun, 22 Apr 2012 12:14:25 -0400 Received: from a-pb-sasl-sd.pobox.com ([74.115.168.62]:49335 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLzQe-0007uj-9T for emacs-orgmode@gnu.org; Sun, 22 Apr 2012 12:14:24 -0400 In-Reply-To: <87pqb0i7la.fsf@Rainer.invalid> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Achim Gratz Cc: emacs-orgmode@gnu.org On Apr 22, 2012, at 2:49 AM, Achim Gratz wrote: > Mike McLean writes: >> If anyone uses el-get (https://github.com/dimitri/el-get) the recipe >> for building OrgMode broke with the recent Makefile changes. I >> submitted a patch to el-get to change the OrgMode build >> (https://github.com/dimitri/el-get/pull/719). >=20 > This is more easily accomplished using the target "oldorg". I did see the =93oldorg=94 references in the email thread; my question = is which one is more future proof? I guess (and please tell me if I am = incorrect) that the oldorg build is just there for backwards = compatibility and that the compile, autoloads, info was the =93correct=94 = way.