Browse Source

o-b-worg.org: small change

Dan Davison 16 years ago
parent
commit
a057913e4d
1 changed files with 7 additions and 4 deletions
  1. 7 4
      org-babel-worg.org

+ 7 - 4
org-babel-worg.org

@@ -39,10 +39,13 @@
   :CUSTOM_ID: introduction
   :END:
   Org-babel is an extension to the very excellent [[http://orgmode.org/][Org-mode]], providing
- the ability to execute source code in many different languages within
- org-mode documents. Org-mode is an [[http://www.gnu.org/software/emacs/][Emacs]] major mode for doing almost
- anything with plain text.  If you are not familiar with Org-mode
- please take a moment to read [[http://orgmode.org/][the Org-mode homepage]] before continuing.
+  the ability to execute source code in many different languages
+  within org-mode documents. The results of code execution --- text,
+  tables and graphics --- can be integrated into the powerful
+  publishing facilities of org-mode. Org-mode is an [[http://www.gnu.org/software/emacs/][Emacs]] major mode
+  for doing almost anything with plain text.  If you are not familiar
+  with Org-mode please take a moment to read [[http://orgmode.org/][the Org-mode homepage]]
+  before continuing.
 
   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.