From 5527d419a10f5aa08aa4bce5bd80932b10783d25 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Thu, 16 Jul 2009 18:23:19 -0600 Subject: [PATCH] added support for ditaa source blocks --- lisp/org-babel-init.el | 1 + org-babel.org | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/lisp/org-babel-init.el b/lisp/org-babel-init.el index 663f4f9f6..2e3e9e54b 100644 --- a/lisp/org-babel-init.el +++ b/lisp/org-babel-init.el @@ -58,6 +58,7 @@ (require 'org-babel-sh) (require 'org-babel-lisp) (require 'org-babel-R) +(require 'org-babel-ditaa) (provide 'org-babel-init) ;;; org-babel-init.el ends here diff --git a/org-babel.org b/org-babel.org index 01b6631bc..0af5aafb3 100644 --- a/org-babel.org +++ b/org-babel.org @@ -1944,7 +1944,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 [0/5] +** TODO Add languages [1/6] 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. @@ -1957,11 +1957,11 @@ This could probably be added to [[file:lisp/org-babel-script.el][org-babel-scrip *** TODO java -*** STARTED ditaa +*** DONE ditaa (see [[* file result types][file result types]]) #+srcname: implementing-ditaa -#+begin_src ditaa :results replace file :file blue.png +#+begin_src ditaa :results replace file :file blue.png :cmdline -r +---------+ | cBLU | | | @@ -1974,6 +1974,8 @@ This could probably be added to [[file:lisp/org-babel-script.el][org-babel-scrip #+resname: implementing-ditaa [[file:blue.png][blue.png]] +*** TODO gnuplot +(see [[* file result types][file result types]]) *** TODO dot (see [[* file result types][file result types]])