From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] org.el: org-babel-load-file loads first tangle file Date: Sun, 01 Feb 2015 00:04:45 +0100 Message-ID: <87d25uo8ky.fsf@nicolasgoaziou.fr> References: <54CAAAE0.208@gmail.com> <87y4okpppx.fsf@nicolasgoaziou.fr> <87twz8p4yf.fsf@nicolasgoaziou.fr> <54CD5511.7010205@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHh4s-00005H-I4 for emacs-orgmode@gnu.org; Sat, 31 Jan 2015 18:03:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YHh4n-0001d2-GI for emacs-orgmode@gnu.org; Sat, 31 Jan 2015 18:03:46 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:50032) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHh4n-0001ct-Al for emacs-orgmode@gnu.org; Sat, 31 Jan 2015 18:03:41 -0500 In-Reply-To: <54CD5511.7010205@gmail.com> (Sami Airaksinen's message of "Sun, 01 Feb 2015 00:20:01 +0200") 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 Cc: emacs-orgmode@gnu.org 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 target files > for tangle blocks, `exported-file' will be set to last found > target file, which might not be the `file'. Applied. Thank you. Regards,