[O] export: inserting text between source and its results

2012-06-08 Thread Alan Schmitt
Hello, I'm writing a presentation with some source code blocks. At the moment I can easily evaluate them and have them display in a pretty way (using the :results code flag). For instance, the following Evaluating #+name: with_example #+begin_src js :results code output :exports both var

Re: [O] export: inserting text between source and its results

2012-06-08 Thread Sebastien Vauban
Hello Alan, Alan Schmitt wrote: Now I would like to insert some text between the source part and the result part. For this it seems that I need to use a call No, simply use named code blocks, and put #+results: the-name-I-choose wherever you want the results to be located. That way, you can

Re: [O] export: inserting text between source and its results

2012-06-08 Thread Alan Schmitt
On 8 juin 2012, at 10:57, Sebastien Vauban wrote: Hello Alan, Alan Schmitt wrote: Now I would like to insert some text between the source part and the result part. For this it seems that I need to use a call No, simply use named code blocks, and put #+results: the-name-I-choose wherever