From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joon Ro Subject: Tangling #+Results block? Date: Sun, 21 Jun 2015 21:40:17 -0700 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="_a0409a31-1619-456d-af48-bc71648e664a_" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6tWy-00055o-3v for emacs-orgmode@gnu.org; Mon, 22 Jun 2015 00:40:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z6tWt-00029w-9g for emacs-orgmode@gnu.org; Mon, 22 Jun 2015 00:40:24 -0400 Received: from col004-omc1s1.hotmail.com ([65.55.34.11]:55047) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6tWt-00029j-3q for emacs-orgmode@gnu.org; Mon, 22 Jun 2015 00:40:19 -0400 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: "emacs-orgmode@gnu.org" --_a0409a31-1619-456d-af48-bc71648e664a_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Is it possible to tangle #+RESULTS: block? For example=2C #+BEGIN_SRC rst :tangle ./test.txt :noweb yes<>#+END_SRC #+BEGIN_SRC python :exports results :results output rawprint("Printed Resul= ts")#+END_SRC #+RESULTS: Printed Results And I want to tangle #+RESULTS: part=2C not the actual Python source code= =2C so the tangled test.txt file has the following: Printed Results Best=2CJoon = --_a0409a31-1619-456d-af48-bc71648e664a_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Is it possible to tangle #+= RESULTS: block? For example=2C

#+BEGIN_SRC rst :ta= ngle ./test.txt :noweb yes
<=3B<=3BTangle_Test>=3B>=3B
#+END_SRC

#+BEGIN_SRC python :exports resu= lts :results output raw
print("Printed Results")
#+END_= SRC

#+RESULTS: =3B
Printed =3B= Results

And I want to tangle #+RESULTS: par= t=2C not the actual Python source code=2C so the tangled test.txt file has = the following:

= Printed =3BResults

Best=2C
Joon


<= /div>
= --_a0409a31-1619-456d-af48-bc71648e664a_--