[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] inline code block within export block
From: |
Nicolas Goaziou |
Subject: |
Re: [O] inline code block within export block |
Date: |
Mon, 21 Nov 2016 23:17:58 +0100 |
Hello,
Charles Millar <address@hidden> writes:
> What is the syntax so that the inline source code will evaluate (SUMMARY
> is a table elsewhere in the buffer)?
>
> #+begin_export latex
>
> some test here src_latex[:var
> printthis=SUMMARY[-1,-1]]{\numprint{printthis}}
>
> #+end_export
>
> The above src_latex block evaluates if it is not within an export
> block.
Export block are a special case of verbatim blocks. No data is processed
within. However (inline) source code can generate appropriate wrapper
around its result.
Regards,
--
Nicolas Goaziou