From bf2b175ba8e09906db3193a3433ef9bdb5a6ec7c Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Sun, 14 Jun 2009 10:05:26 -0700 Subject: [PATCH] fleshing out bug description --- org-babel.org | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/org-babel.org b/org-babel.org index 4609d09ef..38e822d23 100644 --- a/org-babel.org +++ b/org-babel.org @@ -1720,10 +1720,24 @@ This could probably be added to [[file:lisp/org-babel-script.el][org-babel-scrip * Bugs [13/18] ** TODO defunct R sessions -sometimes an old R session will turn defunct, and newly inserted code -will not be evaluated (leading to a hang) +Sometimes an old R session will turn defunct, and newly inserted code +will not be evaluated (leading to a hang). ** TODO test failing forcing vector results with =test-forced-vector-results= ruby code block +Note that this only seems to happen the *second* time the test table +is evaluated + + +#+srcname: bug-trivial-vector +#+begin_src emacs-lisp :results vector silent +8 +#+end_src + +#+srcname: bug-forced-vector-results +#+begin_src ruby :var triv=test-trivial-vector :results silent +triv.class.name +#+end_src + ** TODO non-orgtbl formatted lists for example