emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] inclusion of #+RESULTS in a source block


From: Charles Berry
Subject: Re: [O] inclusion of #+RESULTS in a source block
Date: Mon, 16 Jun 2014 16:53:57 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Federico Beffa <beffa <at> ieee.org> writes:

> 
> 
> 

>   Suppose you want to use a program such as Sympy or Maxima to find
>   the analytic solution of a complicated equation. After this you
>   want to make use of that solution for numerical evaluation of
>   various cases.  


See 

http://orgmode.org/manual/Noweb-reference-syntax.html#Noweb-reference-syntax

You want something like

#+BEGIN_SRC python :noweb yes
<<analytic-sol()>>
#+END_SRC


To use in more than one src-block  use the `:cache yes' header for 
`analytic-sol'

HTH,

Chuck




reply via email to

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