Re: [O] babel: is it possible to cache #+call executed blocks

2012-08-03 Thread Arne Köhn
co...@online.de (Jonas Hörsch) writes: i'm looking for a possibilty to call lengthy codeblocks a few times with different parameters, but would like the results to be cached. It's probably a bit late, but I stumbled over the same problem. Here is how I dealt with it (it's not that pretty).

Re: [O] babel: is it possible to cache #+call executed blocks

2012-08-03 Thread Eric Schulte
a...@arne-koehn.de (Arne Köhn) writes: co...@online.de (Jonas Hörsch) writes: i'm looking for a possibilty to call lengthy codeblocks a few times with different parameters, but would like the results to be cached. Use #+call lines with the :cache header argument set. With a recent version

[O] babel: is it possible to cache #+call executed blocks

2012-06-28 Thread Jonas Hörsch
Hello everyone, i'm looking for a possibilty to call lengthy codeblocks a few times with different parameters, but would like the results to be cached. hopefully wiw becomes clear enough with a minimal example. the code block speak, if directly evaluated, produces the correct result hallo on