Просмотр исходного кода

more looking into the remaining errors

Eric Schulte 16 лет назад
Родитель
Сommit
66162b2e4e
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      org-babel.org

+ 4 - 1
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