[O] Re: [Orgmode] [Babel] Interpreting results as tables and (eval)'uation of them

2011-03-06 Thread Eric Schulte
Hi, Just to update, two of the three problems mentioned in this thread have now been fixed. The two global issues (i.e. 2. and 3.), meaning that if the results are not a well formed list, or are not eval-able, then they are returned literally, allowing things like passing tuples back from python

Re: [Orgmode] [Babel] Interpreting results as tables and (eval)'uation of them

2011-02-14 Thread Eric Schulte
Hi Dan, Dan Amlund Thomsen writes: > I've encountered some weird, possible buggy, behavior when > interpreting results as tables (tested with python, scheme and lisp). > > * Item 1: Interpreting result as table > With ":results value" the result is interpreted as a table if > possible, but with

[Orgmode] [Babel] Interpreting results as tables and (eval)'uation of them

2011-02-13 Thread Dan Amlund Thomsen
I've encountered some weird, possible buggy, behavior when interpreting results as tables (tested with python, scheme and lisp). * Item 1: Interpreting result as table With ":results value" the result is interpreted as a table if possible, but with ":results output" it isn't. This happens with pyt