From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Re: babel, matlab export plot to png fails Date: Wed, 16 Aug 2017 21:52:56 +0000 Message-ID: <87wp63b2o7.fsf@mat.ucm.es> References: <87shgveujl.fsf@mat.ucm.es> <5678702d-9fdc-74ff-443c-fa979185ffca@ossau.homelinux.net> <1F5D249B-61D1-490A-8C46-48543A021F15@ucsd.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44548) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1di6Fb-0000Nn-HL for emacs-orgmode@gnu.org; Wed, 16 Aug 2017 17:53:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1di6FW-0006lz-Nu for emacs-orgmode@gnu.org; Wed, 16 Aug 2017 17:53:19 -0400 Received: from [195.159.176.226] (port=34671 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1di6FW-0006lg-Hs for emacs-orgmode@gnu.org; Wed, 16 Aug 2017 17:53:14 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1di6FI-0003LV-Rs for emacs-orgmode@gnu.org; Wed, 16 Aug 2017 23:53:00 +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" To: emacs-orgmode@gnu.org > I do not have matlab, but looking at the code in ob-matlab.el and > ob-octave.el, it seems that the usual header args should do: > : :results graphics :file testplot.png > and delete the print statement in the last line. I just tried it, results in an empty png file.