[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Babel Export - Getting asked for coding system
From: |
Aaron Ecay |
Subject: |
Re: [O] Babel Export - Getting asked for coding system |
Date: |
Thu, 22 Sep 2016 17:02:45 +0100 |
User-agent: |
Notmuch/0.22+21~g7e6e23c (https://notmuchmail.org) Emacs/25.1.50.2 (x86_64-unknown-linux-gnu) |
Hi David,
The way you have this code set up, perl will print a string to its
stdout. Emacs will read that string into a buffer, then write it to a
file.
It would be simpler to write the file directly from perl. Note that
this will require specifying the file name twice (in the :file header
and in the perl code). This is because ob-perl does not support the
:results graphics syntax (which could be classed as a wishlist-type
bug).
--
Aaron Ecay