From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Tangling is broken in git master Date: Mon, 13 Aug 2012 15:56:29 +0200 Message-ID: <87r4rayjxu.fsf@gnu.org> References: <87628oncqa.fsf@norang.ca> <871ujc33gd.fsf@gnu.org> <87lihj7dyw.fsf@norang.ca> <87sjbrs5wh.fsf@gnu.org> <877gt2sy83.fsf@gmx.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39361) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0v7l-0002FL-Pk for emacs-orgmode@gnu.org; Mon, 13 Aug 2012 09:56:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T0v7k-0007Gd-GH for emacs-orgmode@gnu.org; Mon, 13 Aug 2012 09:56:05 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:38611) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0v7k-0007Fc-AD for emacs-orgmode@gnu.org; Mon, 13 Aug 2012 09:56:04 -0400 Received: by wgbez12 with SMTP id ez12so2687319wgb.30 for ; Mon, 13 Aug 2012 06:56:03 -0700 (PDT) In-Reply-To: <877gt2sy83.fsf@gmx.com> (Eric Schulte's message of "Mon, 13 Aug 2012 07:44:28 -0600") 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: Eric Schulte Cc: Bernt Hansen , emacs-orgmode@gnu.org Hi Eric, Eric Schulte writes: > I've just pushed up another version of this commit, which I believe > removes cl-labels while still preserving tangling behavior. If you have > a chance please re-check tangling with the latest Org-mode. `letrec' is not available on Emacs <24.1 Your commit looks like the one I pushed here... http://orgmode.org/w/?p=org-mode.git;a=commit;h=ba16c3 ... and reverted, thanks to Bernt's report. Apart from one replacement of org-labels with `let*' in ob.el, I don't see how we can get rid of `org-labels' completely. -- Bastien