Browse Source

now passing all tests with new name "org-babel"

Eric Schulte 16 years ago
parent
commit
6614df037f
2 changed files with 11 additions and 3 deletions
  1. 1 1
      lisp/org-babel-R.el
  2. 10 2
      org-babel.org

+ 1 - 1
lisp/org-babel-R.el

@@ -33,7 +33,7 @@
 
 (org-babel-add-interpreter "R")
 
-(defvar org-babel-R-func-name "org-babel_R_main"
+(defvar org-babel-R-func-name "org_babel_R_main"
   "This is the main function which wraps each R source code
 block.")
 

+ 10 - 2
org-babel.org

@@ -696,7 +696,15 @@ This could probably be added to [[file:lisp/org-babel-script.el][org-babel-scrip
 (see [[* file result types][file result types]])
 
 
-* Bugs [10/13]
+* Bugs [10/14]
+
+** TODO R-code broke on "org-babel" rename
+
+#+srcname: bug-R-babels
+#+begin_src R 
+8
+#+end_src
+
 
 ** TODO non-orgtbl formatted lists
 for example
@@ -977,7 +985,7 @@ of these tests may fail.
 |-------------------------+----------------------------+-----+-------------+-------------+------|
 | emacs lisp              | basic-elisp                |     |           5 |           5 | pass |
 | shell                   | basic-shell                |     |           6 |           6 | pass |
-| ruby                    | basic-ruby                 |     |     org-babel |     org-babel | pass |
+| ruby                    | basic-ruby                 |     |   org-babel |   org-babel | pass |
 | python                  | basic-python               |     | hello world | hello world | pass |
 | R                       | basic-R                    |     |          13 |          13 | pass |
 |-------------------------+----------------------------+-----+-------------+-------------+------|