emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Tangling #+Results block?


From: Joon Ro
Subject: [O] Tangling #+Results block?
Date: Sun, 21 Jun 2015 21:40:17 -0700

Is it possible to tangle #+RESULTS: block? For example,

#+BEGIN_SRC rst :tangle ./test.txt :noweb yes
<<Tangle_Test>>
#+END_SRC

#+BEGIN_SRC python :exports results :results output raw
print("Printed Results")
#+END_SRC

#+RESULTS: 
Printed Results

And I want to tangle #+RESULTS: part, not the actual Python source code, so the tangled test.txt file has the following:

Printed Results

Best,
Joon



reply via email to

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