emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] table not returned


From: Bastien
Subject: Re: [O] table not returned
Date: Tue, 03 Apr 2012 08:21:53 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux)

Hi Nick,

Nick Dokos <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]