From 66162b2e4eede39ac30fb9d01b12e133a8000753 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Fri, 12 Jun 2009 16:42:56 -0700 Subject: [PATCH] more looking into the remaining errors --- org-babel.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/org-babel.org b/org-babel.org index 8ed4f2285..32e502f10 100644 --- a/org-babel.org +++ b/org-babel.org @@ -1909,10 +1909,13 @@ As an example eval the following. Adding a line to test #+end_src #+srcname: ruby-array-test -#+begin_src ruby :var ar = simple-ruby-array +#+begin_src ruby :var ar = simple-ruby-array :results replace ar.first #+end_src +#+resname: ruby-array-test +: 3 + ** DONE space trailing language name fix regexp so it works when there's a space trailing the language name