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
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)