Re: [O] [PATCH] org.el: org-babel-load-file loads first tangle file

2015-01-31 Thread Nicolas Goaziou
Sami Airaksinen writes: > From 6fcb4b222e308c97d4c90b96ac73234c1951f307 Mon Sep 17 00:00:00 2001 > From: Sami Airaksinen > Date: Thu, 29 Jan 2015 23:10:02 +0200 > Subject: [PATCH] org.el: org-babel-load-file loads first tangle file > > (org-babel-load-file): When org-mode FILE has multiple targe

Re: [O] [PATCH] org.el: org-babel-load-file loads first tangle file

2015-01-31 Thread Sami Airaksinen
On 01/30/2015 07:13 PM, Nicolas Goaziou wrote: > Sami Airaksinen 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

Re: [O] [PATCH] org.el: org-babel-load-file loads first tangle file

2015-01-30 Thread Nicolas Goaziou
Sami Airaksinen 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

Re: [O] [PATCH] org.el: org-babel-load-file loads first tangle file

2015-01-30 Thread Sami Airaksinen
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 ...))

Re: [O] [PATCH] org.el: org-babel-load-file loads first tangle file

2015-01-30 Thread Nicolas Goaziou
Hello, Sami Airaksinen writes: > I use quite sophisticated (read complicated) initialization of my emacs. > Now I finally updated my emacs and org-mode upto date and found out that > org-babel-load-file doesn't work as previously. > > I don't know if you have already noticed but if your tangled