From 04ecc9ee2fa375bb6caf4f2995ce4ac984d28972 Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Fri, 4 Sep 2009 20:37:44 -0400 Subject: [PATCH] o-b-worg.org: minor change --- org-babel-worg.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org-babel-worg.org b/org-babel-worg.org index 207e8f54..f1474559 100644 --- a/org-babel-worg.org +++ b/org-babel-worg.org @@ -128,8 +128,8 @@ For interpreted languages such as shell, python, R, etc, org-babel allows source blocks to be executed: the code is passed to the interpreter and you have control over what is done with the results of excecution. E.g. place point anywhere in the following blocks and use -=C-c C-c= to run the code[fn:1]. In each case the code comes first, -followed by the results of evlauting the block. +=C-c C-c= to run the code[fn:1]. In the first two cases the code comes +first, followed by the results of evlauting the block. **** Ruby #+begin_src ruby -- 2.11.4.GIT