0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-23 14:10:43 +00:00

** DONE test failing forcing vector results with =test-forced-vector-results= ruby code block

This commit is contained in:
Eric Schulte 2009-06-14 10:24:29 -07:00
parent 0019cc9c14
commit 77c8f29968

View file

@ -1718,21 +1718,7 @@ This could probably be added to [[file:lisp/org-babel-script.el][org-babel-scrip
(see [[* file result types][file result types]]) (see [[* file result types][file result types]])
* Bugs [14/18] * Bugs [15/18]
** 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 ** TODO non-orgtbl formatted lists
for example for example
@ -1764,6 +1750,21 @@ even a third"
E.g. the pie chart example. Despite the save-window-excursion in E.g. the pie chart example. Despite the save-window-excursion in
org-babel-execute:R. (I never learned how to do this properly: org-R org-babel-execute:R. (I never learned how to do this properly: org-R
jumps all over the place...) jumps all over the place...)
** DONE 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
mysteriously this seems to be fixed...
** DONE defunct R sessions ** DONE defunct R sessions
Sometimes an old R session will turn defunct, and newly inserted code Sometimes an old R session will turn defunct, and newly inserted code
will not be evaluated (leading to a hang). will not be evaluated (leading to a hang).