From: tsd@tsdye.com (Thomas S. Dye)
To: Greg Tucker-Kellogg <gtuckerkellogg@gmail.com>
Cc: Org Mode List <emacs-orgmode@gnu.org>
Subject: Re: specifying the coding language resulting from a a :results code source block
Date: Tue, 26 Jun 2012 16:22:07 -1000 [thread overview]
Message-ID: <m14npxv6i8.fsf@tsdye.com> (raw)
In-Reply-To: <14E52B13-8DC5-45EB-83ED-6B876C162D71@gmail.com> (Greg Tucker-Kellogg's message of "Wed, 27 Jun 2012 09:08:50 +0800")
Greg Tucker-Kellogg <gtuckerkellogg@gmail.com> writes:
> I have a Ruby block that creates some dot code. I'd like to be able
> to have the #+RESULTS block enclosed
> in a src block that starts "#+BEGIN_SRC dot". Using :results value
> code generates the enclosing SRC block,
> but using the same language (Ruby) used to generate the code. Is
> there a way to specify the coding language
> of a generated #+RESULTS src block?
>
> Thanks,
>
> Greg
>
Aloha Greg,
This works for me with an emacs-lisp code block named harris-matrix that
generates dot code.
#+header: :var input=harris-matrix
#+header: :file temp.pdf
#+header: :cmdline -Tpdf
#+header: :results output
#+BEGIN_SRC dot
$input
#+END_SRC
It's not quite what you were after, but it might help?
All the best,
Tom
--
Thomas S. Dye
http://www.tsdye.com
next prev parent reply other threads:[~2012-06-27 2:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-27 1:08 specifying the coding language resulting from a a :results code source block Greg Tucker-Kellogg
2012-06-27 2:22 ` Thomas S. Dye [this message]
2012-06-27 4:20 ` Greg Tucker-Kellogg
-- strict thread matches above, loose matches on Subject: below --
2014-09-11 9:11 Dror Atariah
2014-09-11 18:19 ` Ista Zahn
2014-09-12 7:27 ` Dror Atariah
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m14npxv6i8.fsf@tsdye.com \
--to=tsd@tsdye.com \
--cc=emacs-orgmode@gnu.org \
--cc=gtuckerkellogg@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).