From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David A. Gershman" Subject: Babel Export - Getting asked for coding system Date: Wed, 21 Sep 2016 15:38:34 -0700 Message-ID: <9F1773D8-071F-46E8-B2A5-15AF83E89A95@dagertech.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50916) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmqJE-0006ia-F3 for emacs-orgmode@gnu.org; Wed, 21 Sep 2016 18:48:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmqJB-0007FI-4N for emacs-orgmode@gnu.org; Wed, 21 Sep 2016 18:48:08 -0400 Received: from dagertech.net ([64.183.98.170]:47190 helo=mail.dagertech.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmqJA-0007EW-Tt for emacs-orgmode@gnu.org; Wed, 21 Sep 2016 18:48:05 -0400 Received: from [100.125.200.191] (205.sub-70-211-135.myvzw.com [70.211.135.205]) (using TLSv1.2 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.dagertech.net (Postfix) with ESMTPSA id 25C3AA0260 for ; Wed, 21 Sep 2016 15:48:01 -0700 (PDT) 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 have a block of Perl using the GD library to generate a PNG: #+BEGIN_SRC perl : results output :file output.png :exports results # code to generate png print $image -> png(); #+END_SRC When I export, I get a buffer with the raw PNG data and the question (in = the mini-buffer): Select coding system (default raw-text): Hitting enter will then continue as expected. Is there a way to specify just dumping the result out to the file without= asking the question? Adding 'raw' to ":results" doesn't do it. --dag --=20 David A. Gershman, CISSP dagershman@dagertech.net