From bbdafa64b891549a801a980367540ac17b7541ff Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Fri, 4 Sep 2009 17:40:54 -0400 Subject: [PATCH] Minor changes to introduction to o-b-worg.org --- org-babel-worg.org | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/org-babel-worg.org b/org-babel-worg.org index d131b6b25..844459ec7 100644 --- a/org-babel-worg.org +++ b/org-babel-worg.org @@ -40,17 +40,18 @@ Org-babel provides the following modifications to [[http://orgmode.org/manual/Literal-examples.html][the existing support]] for blocks of source code examples in the org-mode core. - 1. interactive source code execution - 2. arguments to source code blocks - 3. exportation of source code blocks to files (literate programming) -Much of this document includes interactive examples. The reader is -encouraged to grab either the plain text version of this file + 1. Interactive source code execution + 2. Arguments to source code blocks + 3. Exportation of source code blocks to files (literate programming) + +Much of this document consists of interactive examples, and it might + therefore make most sense to grab the plain text version of this file #+HTML: org-babel-worg.org -which can be read and run in Emacs or the htmlized version of the -plain text of this file +and work through it in Emacs. Alternatively you can the htmlized +version of the plain text of this file at #+HTML: org-babel-worg.html -which is viewable through the web browser. +allows the plain text version to be viewed (non-interactively) in a web browser. * Getting started :PROPERTIES: