From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: allow gnuplot to generate plot in different directories Date: Wed, 06 Dec 2017 23:20:59 +0100 Message-ID: <87tvx3o5v8.fsf@nicolasgoaziou.fr> References: <87shcn7t2r.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eMi3q-0005Uj-H5 for emacs-orgmode@gnu.org; Wed, 06 Dec 2017 17:21:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eMi3p-00088m-P8 for emacs-orgmode@gnu.org; Wed, 06 Dec 2017 17:21:02 -0500 Received: from relay2-d.mail.gandi.net ([2001:4b98:c:538::194]:46260) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eMi3p-000885-IZ for emacs-orgmode@gnu.org; Wed, 06 Dec 2017 17:21:01 -0500 Received: from saiph.selenimh (000043010000000000000469.ipv6.commingeshautdebit.fr [IPv6:2a03:a0a0:0:4301::469]) (Authenticated sender: mail@nicolasgoaziou.fr) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 79ACEC5A46 for ; Wed, 6 Dec 2017 23:21:00 +0100 (CET) Received: from ngz by saiph.selenimh with local (Exim 4.89) (envelope-from ) id 1eMi3n-0001ay-Ti for emacs-orgmode@gnu.org; Wed, 06 Dec 2017 23:20:59 +0100 In-Reply-To: <87shcn7t2r.fsf@gmail.com> (Eric S. Fraga's message of "Wed, 06 Dec 2017 15:51:40 +0000") 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" To: emacs-orgmode@gnu.org Hello, Eric S Fraga writes: > attached is a patch (relative to master from a few minutes ago) which > allows gnuplot babel blocks to send the output to the right > directory. I have tested this with both buffers associated with actual > files and buffers not associated with any file. Thank you. Shouldn't it go in maint? > + ;; setting the directory needs to be done first so that > + ;; subsequent 'output' directive goes to the right place Nitpick: ;; Setting the directory needs to be done first so that ;; subsequent "output" directive goes to the right place. Regards, -- Nicolas Goaziou