emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] inline src_R also in latex src block


From: Michael Bach
Subject: Re: [O] inline src_R also in latex src block
Date: Wed, 11 Jan 2012 00:25:46 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

Andreas Leha <address@hidden> writes:

> would this noweb-based approach work for you:
>
> #+name: inner_test
> #+begin_src R
>   4 + 4
> #+end_src
>
> #+name: test
> #+begin_src latex :noweb yes
>   \begin{equation}
>     <<inner_test()>>
>   \end{equation}
> #+end_src
>

Yes, that works.  Thanks for your thoughts on this, Andreas.

I am just thinking of another benefit:  Is it correct that I can use
caching with this approach?  So that the call to <<inner_test()>> does
not evaluate the `inner_test' block but instead takes its results
directly from the cached `#+results[6099...]: inner_test' block?  This
would be speedier than src_R usage...



reply via email to

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