From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benda Xu Subject: Re: remote plot with local output? Date: Tue, 15 Sep 2015 17:57:15 +0900 Message-ID: <87twqwawlw.fsf_-_@gentoo.org> References: <87bnd5gho8.fsf@gentoo.org> <20150914164845.GD2932@chitra.no-ip.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38971) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zbm2T-0000FY-O1 for emacs-orgmode@gnu.org; Tue, 15 Sep 2015 04:56:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zbm2P-0002F8-Nd for emacs-orgmode@gnu.org; Tue, 15 Sep 2015 04:56:33 -0400 Received: from smtp.gentoo.org ([140.211.166.183]:34126) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zbm2P-0002Et-Hq for emacs-orgmode@gnu.org; Tue, 15 Sep 2015 04:56:29 -0400 Received: from proton (www20427ue.sakura.ne.jp [49.212.183.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: heroxbd) by smtp.gentoo.org (Postfix) with ESMTPSA id 8238C3405BB for ; Tue, 15 Sep 2015 08:56:27 +0000 (UTC) In-Reply-To: <20150914164845.GD2932@chitra.no-ip.org> (Suvayu Ali's message of "Mon, 14 Sep 2015 18:48:45 +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: emacs-orgmode@gnu.org Hi Suvayu, Suvayu Ali writes: > Maybe, you could do all that in your python source block? You could use > the :file header to specify where the plot gets copied to on the local > filesystem. > > WDYT? I did think of putting the logic into python source block. As I will also have R block like this, having a language-neutral solution, like :post, better suits. BTW, how can one extract the string specified by :file inside a python code block? Benda