Hi Aaron,
Aaron Ecay writes:
> From 84531966dc5ca50fb56c61726694e988da3053eb Mon Sep 17 00:00:00 2001
> From: Aaron Ecay
> Date: Thu, 18 Apr 2013 04:02:47 -0400
> Subject: [PATCH 4/4] Fix bug in org-babel-execute-src-block
Applied, thanks.
--
Bastien
Hello,
I’ve discovered a bug in org-babel-execute-src-block. Calls to setf can
leak outside of the function and affect the library of babel. The
attached org file illustrates the problem. The attached patch fixes it.
* Bug
Step 1: place the foo code block below into a different file and inges