[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [PATCH] org.el: org-babel-load-file loads first tangle file
From: |
Nicolas Goaziou |
Subject: |
Re: [O] [PATCH] org.el: org-babel-load-file loads first tangle file |
Date: |
Fri, 30 Jan 2015 18:13:12 +0100 |
Sami Airaksinen <address@hidden> writes:
> I got confused, do you want a comment in the source code or in the commit
> message?
The former.
> 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"
That's fine.
> 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.
No it isn't about car+last but why we're interested in the last element
instead of the first one.
Thanks,