emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Put result output in different type of code block than original


From: Rasmus Pank Roulund
Subject: Re: [O] Put result output in different type of code block than original
Date: Tue, 11 Oct 2011 09:55:46 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux)

Niels Giesen <address@hidden> writes:

> Hi,
>
> Say I've got a sh code block invoking curl to some json api, is it possible
> some way to specify that the format of the output when :results output code
> is in a json code block and *not* a sh code block?

Does this help you?  (Lacking a relevant example)

#+begin_src R :results output latex
1+1
#+end_src

#+results:
#+BEGIN_LaTeX
[1] 2
#+END_LaTeX

–Rasmus

-- 
Sent from my Emacs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]