From c6d7014fa87b3616cf5c5b6846f0148a36be0db5 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Wed, 24 Jun 2009 22:46:01 -0700 Subject: [PATCH] adding introductory phrase --- org-babel.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/org-babel.org b/org-babel.org index 422f28aa9..123bf4dee 100644 --- a/org-babel.org +++ b/org-babel.org @@ -3,6 +3,11 @@ #+OPTIONS: H:3 num:nil toc:t #+STARTUP: oddeven hideblocks +Through Org-Babel Org-Mode can communicate with programming languages. +Code contained in source-code blocks can be evaluated passing and +receiving data to and from org-mode files, tables, other source-code +blocks, and interactive comint buffers. + * Introduction Org-Babel enables *communication* between programming languages and