Re: [O] Assigning results to variables

2012-03-26 Thread Eric Schulte
Erich Neuwirth writes: > Thanks, > that is exactly what I need. > Perhaps this trick could explicitly mentioned in the documentation. > It is, see http://orgmode.org/manual/var.html. -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] Assigning results to variables

2012-03-25 Thread Erich Neuwirth
Thanks, that is exactly what I need. Perhaps this trick could explicitly mentioned in the documentation.

Re: [O] Assigning results to variables

2012-03-24 Thread Nick Dokos
Neuwirth Erich wrote: > Is it possible to assign the results of a babel code block to a > variable? Then the results produce by one language could be > transferred as input to a code block in another language. I studied > the documentation and could not find any hint about this. > Here's a ve

[O] Assigning results to variables

2012-03-24 Thread Neuwirth Erich
Is it possible to assign the results of a babel code block to a variable? Then the results produce by one language could be transferred as input to a code block in another language. I studied the documentation and could not find any hint about this.