Browse Source

misc changes

Eric Schulte 16 years ago
parent
commit
b5174f5a7d
2 changed files with 8 additions and 6 deletions
  1. 1 1
      README.markdown
  2. 7 5
      org-babel.org

+ 1 - 1
README.markdown

@@ -1,5 +1,5 @@
 ### org-babel.el --- facilitating communication between programming languages and people
 ### org-babel.el --- facilitating communication between programming languages and people
 
 
 * for information on org see the [Org-Mode website](http://org-mode.org)
 * for information on org see the [Org-Mode website](http://org-mode.org)
-* for information on org-babel see the org-babel.org file in this
+* for information on org-babel see the <tt>org-babel.org</tt> file in this
   directory
   directory

+ 7 - 5
org-babel.org

@@ -51,7 +51,9 @@ pie(dirs[,1], labels = dirs[,2])
 #+end_src
 #+end_src
 
 
 
 
-*** operate in/on tables (processing grades)
+*** operations in/on tables
+
+**** tables of grades
 
 
 #+tblname: grades-table
 #+tblname: grades-table
 | student | grade | letter |
 | student | grade | letter |
@@ -86,14 +88,14 @@ rand(100)
 
 
 #+end_src
 #+end_src
 
 
-
-** communication between people
-
-*** calculation in/on tables (org-babels own tests)
+**** functional tests
 org-babels own functional tests are contained in a large org-mode
 org-babels own functional tests are contained in a large org-mode
 table, allowing the test suite to be run be evaluation of the table
 table, allowing the test suite to be run be evaluation of the table
 and the results to be collected in the same table.
 and the results to be collected in the same table.
 
 
+
+** communication between people
+
 *** interactive documentation (tutorial)
 *** interactive documentation (tutorial)
 
 
 This would demonstrate applicability to Reproducible Research, and
 This would demonstrate applicability to Reproducible Research, and