Robert McIntyre 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."
>
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
I can't execute any sh code blocks for this file anymore. This has to be a
very recently introduced problem.
#+BABEL: :exports both :results verbatim :noweb yes :cache yes
* Setup
Code Execution no longer works for this file.
I get instead:
progn: Symbol's function definition is void: org-b