Re: [O] Unable to reuse the result of a cached function call as argument of a gnuplot call

2015-07-04 Thread Nicolas Goaziou
Hello, bernardH writes: > Now a cached call. > > #+name: my-call-cached > #+call: fun[:results table](nb=5) :cache yes > > #+RESULTS[f2b650eb5296f72a1f7237c2a65b7fb3443acf5f]: my-call-cached > | 1 | 2 | > | 3 | 4 | > | 5 | 6 | > | 7 | 8 | > | 9 | 10 | [...] > But if I try to use the cache

[O] Unable to reuse the result of a cached function call as argument of a gnuplot call

2015-06-10 Thread bernardH
Hi all ! First, I would like to thank the org-mode community for the great fun I'm having with babel. Unfortunately, I'm currently stumped by what appears to be a bug (or unhandled corner-case). Here is a org-mode style write-up to describe the problem : * Versions #+BEGIN_SRC elisp (org-version)