Hi Nick, Nick Dokos <nicholas.do...@hp.com> writes:
> BTW, two possible workarounds which "work" with org-babel-string-read: > > (org-babel-string-read "[foo]") --> [foo] > > (org-babel-string-read "'(bar)") --> (bar) > > do *not* work in the original context, so the org-babel-string-read > problem is probably only part of the story. Try this: (org-babel-read "(bar)") => error (org-babel-read "(bar)" t) => ok What is at stake here is that perhaps `org-babel-read' should be more clever in turning `inhibit-lisp-eval' automatically on in some contexts. But Eric has the last word on this, I'm not familiar enough with the code. Thanks, -- Bastien