From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sami Airaksinen Subject: Re: [PATCH] org.el: org-babel-load-file loads first tangle file Date: Fri, 30 Jan 2015 14:55:11 +0200 Message-ID: References: <54CAAAE0.208@gmail.com> <87y4okpppx.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7bf0d862782206050dde1dba Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHB6R-0002wZ-Ba for emacs-orgmode@gnu.org; Fri, 30 Jan 2015 07:55:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YHB6O-0005oG-Pr for emacs-orgmode@gnu.org; Fri, 30 Jan 2015 07:55:15 -0500 Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]:42688) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHB6O-0005oB-JM for emacs-orgmode@gnu.org; Fri, 30 Jan 2015 07:55:12 -0500 Received: by mail-wi0-f173.google.com with SMTP id r20so2842761wiv.0 for ; Fri, 30 Jan 2015 04:55:11 -0800 (PST) In-Reply-To: <87y4okpppx.fsf@nicolasgoaziou.fr> 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: Sami Airaksinen , emacs-orgmode@gnu.org --047d7bf0d862782206050dde1dba Content-Type: text/plain; charset=UTF-8 I got confused, do you want a comment in the source code or in the commit message? So comment in the source code would be something like, "tangle-file traversal returns reversed list of tangled files and we want to evaluate the first target" If explanation is for car+last combo: (car (last ...)) the car is needed because (last ...) returns the last link which is list of one element. --047d7bf0d862782206050dde1dba Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I got confused, do you want a comment in the source c= ode or in the commit message?

So comment in the source code would b= e something like,
"tangle-file traversal returns reversed list of t= angled files and we want to evaluate the first target"
<= div>

If explanation is for car+last combo: (car (last ...)) the car= is needed because (last ...) returns the last link which is list of one el= ement.

--047d7bf0d862782206050dde1dba--