From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Pank Roulund Subject: Re: Put result output in different type of code block than original Date: Tue, 11 Oct 2011 09:55:46 +0100 Message-ID: <87ipnv52lp.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:49693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDY5n-00033O-7O for emacs-orgmode@gnu.org; Tue, 11 Oct 2011 04:53:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RDY5h-0000cS-Je for emacs-orgmode@gnu.org; Tue, 11 Oct 2011 04:53:43 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:58063) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDY5h-0000c4-8m for emacs-orgmode@gnu.org; Tue, 11 Oct 2011 04:53:37 -0400 Received: by wwp14 with SMTP id 14so8322793wwp.30 for ; Tue, 11 Oct 2011 01:53:35 -0700 (PDT) In-Reply-To: (Niels Giesen's message of "Mon, 10 Oct 2011 17:44:57 +0200") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Niels Giesen Cc: emacs-orgmode list Niels Giesen writes: > Hi, > > Say I've got a sh code block invoking curl to some json api, is it possib= le > some way to specify that the format of the output when :results output co= de > 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 =E2=80=93Rasmus --=20 Sent from my Emacs