Re: [O] [PATCH] org.el: org-babel-load-file loads first tangle file
From:
Sami Airaksinen
Subject:
Re: [O] [PATCH] org.el: org-babel-load-file loads first tangle file
Date:
Fri, 30 Jan 2015 14:55:11 +0200
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.