From 6c34513c51bb0fa49900631650b08da898726e54 Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Fri, 26 Jun 2009 10:15:42 -0400 Subject: [PATCH] Added a 'Getting Started' section to org-babel.org with the necessary (require ...) line --- org-babel.org | 11 +++++++++++ 1 file changed, 11 insertions(+) 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]