all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Babel Export - Getting asked for coding system
@ 2016-09-21 22:38 David A. Gershman
  2016-09-22 16:02 ` Aaron Ecay
  0 siblings, 1 reply; 3+ messages in thread
From: David A. Gershman @ 2016-09-21 22:38 UTC (permalink / raw
  To: emacs-orgmode

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
-- 
David A. Gershman, CISSP
dagershman@dagertech.net

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-09-22 17:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-21 22:38 Babel Export - Getting asked for coding system David A. Gershman
2016-09-22 16:02 ` Aaron Ecay
2016-09-22 17:14   ` David A. Gershman

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.