Re: [O] inline code block within export block

2016-11-21 Thread Nicolas Goaziou
Hello, Charles Millar 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

[O] inline code block within export block

2016-11-21 Thread Charles Millar
Hi, 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 expo