[O] Call cache example no longer works

2014-01-18 Thread Jarmo Hurri
Greetings. While trying to cache the results of a #+call, I found the following example posted to this newsgroup in August 2012: # -- #+name: foo #+begin_src emacs-lisp :var bar=baz (sit-for 5) (message bar=%S bar) #+end_src

Re: [O] Call cache example no longer works

2014-01-18 Thread Eric Schulte
Thanks for reporting this issue, I've just pushed up a fix. Please let me know if you have any further problems. Best, Jarmo Hurri jarmo.hu...@syk.fi writes: Greetings. While trying to cache the results of a #+call, I found the following example posted to this newsgroup in August 2012: #