diff --git a/org-babel.org b/org-babel.org index 0e36f64ea..8745b5525 100644 --- a/org-babel.org +++ b/org-babel.org @@ -27,6 +27,7 @@ Also see the [[file:library-of-babel.org][Library of Babel]] an extensible colle and easily-shortcut-callable source-code blocks for handling common tasks. + * Introduction Org-Babel enables *communication* between programming languages and @@ -178,6 +179,16 @@ collected after evaluation. thought of as similar to a "script" style of evaluation. +* Getting started +Add the following lines to your .emacs, replacing the path as +appropriate. A good place to check that things are up and running +would then be [[#sandbox][the sandbox]]. +#+begin_src emacs-lisp + (add-to-list 'load-path "/path/to/org-babel/lisp") + (require 'org-babel-init) +#+end_src + + * Tasks [27/42] ** TODO support for working with =*Org Edit Src Example*= buffers [1/4] *** TODO set buffer-local-process variables appropriately [DED]