diff --git a/org-babel.org b/org-babel.org index ac5a5f379..a298f6758 100644 --- a/org-babel.org +++ b/org-babel.org @@ -391,8 +391,6 @@ org-feed.el has a (require 'sha1) and org-publish.el uses it too. -- Bernt #+end_quote - - ** TODO support for working with =*Org Edit Src Example*= buffers [4/6] *** STARTED Patch against org source. I've worked on several related changes to source code edit buffer @@ -2749,7 +2747,7 @@ This is currently working only with emacs lisp as in the following example in the [[* emacs lisp source reference][emacs lisp source reference]]. -** TODO Add languages [12/16] +** TODO Add languages [11/16] I'm sure there are many more that aren't listed here. Please add them, and bubble any that you particularly care about up to the top. @@ -2757,7 +2755,7 @@ Any new language should be implemented in a org-babel-lang.el file. Follow the pattern set by [[file:lisp/org-babel-script.el][org-babel-script.el]], [[file:lisp/org-babel-shell.el][org-babel-shell.el]] and [[file:lisp/org-babel-R.el][org-babel-R.el]]. -*** DONE Haskell +*** STARTED Haskell #+begin_src haskell "hello Haskell" #+end_src @@ -2780,6 +2778,8 @@ Follow the pattern set by [[file:lisp/org-babel-script.el][org-babel-script.el]] #+resname: | 1 | 2 | 3 | 4 | 5 | +**** allow non-interactive evaluation + *** STARTED ocaml [2/3] - [X] Working for the simple case (no arguments, simple output)