Robert McIntyre <r...@mit.edu> writes: > BTW, this only fails to evaluate when :cache yes is present, as shown by > this example > > #+begin_src sh > echo " Checked out revision 7881." > #+end_src > > #+results: > : Checked out revision 7881. > > #+begin_src sh :cache yes > echo " Checked out revision 7881." > #+end_src > > gives error: > progn: Symbol's function definition is void: org-babel-result-hash >
I introduced this problem when I pushed up the fix for your previous cache related bug report. I've just pushed up a fix for this new issue. Please let me know if you experience any continued problems. Thanks -- Eric -- Eric Schulte http://cs.unm.edu/~eschulte/