Commit Graph

60 Commits

Author SHA1 Message Date
Dan Davison 91a4bdb767 o-b-worg.org: change :var to function call syntax 2009-09-07 14:10:34 -04:00
Dan Davison 5deb1b7d57 o-b-worg.org: add different LoB image 2009-09-06 21:48:09 -04:00
Dan Davison 0eca56889d o-b-worg.org minor changes 2009-09-06 21:14:20 -04:00
Dan Davison e6964937d9 o-b-worg.org: added LoB imae and removed LoB link (it's not up to much yet) 2009-09-06 20:09:33 -04:00
Dan Davison 5fbd0bfba6 o-b-worg.org: expanding the explanation of the pie chart example 2009-09-06 19:36:56 -04:00
Dan Davison b3bcdb7b08 o-b-worg.org: added Tower of Babel title to image (and update blue.png...) 2009-09-06 19:22:39 -04:00
Dan Davison 3b3b2796f1 o-b-worg.org: Edited LoB section. 2009-09-06 19:18:11 -04:00
Dan Davison 0ad03e87b8 Merge commit 'origin/master' 2009-09-06 18:37:48 -04:00
Dan Davison a057913e4d o-b-worg.org: small change 2009-09-06 18:37:42 -04:00
Eric Schulte 64aaeb894c publishing documentation tweaks 2009-09-06 15:45:57 -06:00
Eric Schulte f4123a4705 changed image citation and quote
Conflicts:

	org-babel-worg.org
now using an image from wikipedia [1] which is public domain

[1] http://en.wikipedia.org/wiki/File:Pieter_Bruegel_d._%C3%84._076.jpg
2009-09-06 15:37:53 -06:00
Dan Davison 7bd6dc13a5 o-b-worg.org: Trying to get tower of babel image right.
The jpg images I'm adding are the ones on Wikipedia. The pngs were
produced by convert -resize 15% (for the little-tower-of-babel) and
convert -resize 20% (for the tower-of-babel).
2009-09-05 15:09:58 -04:00
Dan Davison 50a08fc0d4 Experimenting with the Tower of Babel logo 2009-09-05 14:41:50 -04:00
Eric Schulte 18c92eba6a collection of minor edits/additions to org-babel-worg 2009-09-05 12:00:40 -06:00
Dan Davison 14be1aed89 o-b-worg.org: general proofreading / editing 2009-09-04 23:24:58 -04:00
Dan Davison afcebc3edd o-b-worg.org: no more quoted negative numbers 2009-09-04 23:10:40 -04:00
Dan Davison 0c8c3a5f59 o-b-worg.org: Move source-block syntax section into main body of document, etc 2009-09-04 22:57:25 -04:00
Dan Davison a94ae463e7 o-b-worg.org: Changes to header lines 2009-09-04 22:56:19 -04:00
Dan Davison 04ecc9ee2f o-b-worg.org: minor change 2009-09-04 20:37:44 -04:00
Dan Davison 14a53d6fde o-b-worg: minor changes 2009-09-04 20:19:42 -04:00
Dan Davison f5abc5155a o-b-worg.org: changes to function arguments section 2009-09-04 20:19:24 -04:00
Dan Davison b239624e83 o-b-worg.org: Moved details on langauges into reference section 2009-09-04 20:18:01 -04:00
Dan Davison 03cc4f71e6 Changes to results value/output section in o-b-worg.org 2009-09-04 19:52:54 -04:00
Dan Davison 03dda6644a Changes to source block section in o-b-worg.org 2009-09-04 19:31:08 -04:00
Dan Davison b10b07c475 Changes to source code (execution) section of o-b-worg.org 2009-09-04 18:16:27 -04:00
Dan Davison bbdafa64b8 Minor changes to introduction to o-b-worg.org 2009-09-04 17:40:54 -04:00
Dan Davison fd810833a7 Typo in o-b-worg.org 2009-09-04 15:08:41 -04:00
Eric Schulte b0d5c57673 small note (list of langs) 2009-08-27 08:41:46 -06:00
Eric Schulte 493e79eaf7 adding support for Haskell 2009-08-27 08:03:02 -06:00
Eric Schulte 0a101e56b0 adding info on org-babel-open-at-point to ob-worg 2009-08-24 11:37:35 -06:00
Eric Schulte 355799924a typo 2009-08-23 12:43:52 -06:00
Eric Schulte 938e0df3d7 added better Org-mode intro to ob-worg 2009-08-23 12:41:40 -06:00
Eric Schulte 4ecfd1e73b adding ditaa example to org-babel-worg 2009-08-23 09:42:44 -06:00
Eric Schulte 1f60232f0d sharing the raw (plain text) version of the org-babel-worg through the web page 2009-08-22 23:24:40 -06:00
Eric Schulte 4139b74180 adding instructions for a literate programming emacs initialization 2009-08-22 16:32:51 -06:00
Dan Davison 22fbad3554 Merge branch 'master' of git@github.com:eschulte/org-babel 2009-08-20 17:21:57 +01:00
Eric Schulte 9538905e57 tiny tweak 2009-08-18 13:48:18 -06:00
Eric Schulte 41f4401c84 adding ob-sass to the optional languages in "getting started" configuration 2009-08-17 15:27:47 -06:00
Dan Davison a5e09d16db Merging origin/master in 2009-08-17 16:37:18 +01:00
Dan Davison 5f7c58d739 typo in ob-worg.org 2009-08-17 16:35:25 +01:00
Eric Schulte cfe40c4ca1 started adding support for the ocaml language 2009-08-16 11:47:18 -06:00
Eric Schulte 2f82474d85 No longer loading all languages by default. REQUIRES A CHANGE TO YOUR CONFIG!
This fixes a bug: DONE require users to explicitly turn on each language

as we continue adding more languages (each with it's own set of major
mode requirements), we are going to want users to only turn on the
languages that they intend to use.

See the install instructions in org-babel-worg.org, also take a look
at the "Requirements" sections of org-babel-ruby.el and
org-babel-gnuplot.el for pointers to downloading and installing their
requirements (which are no longer distributed in the util directory).
2009-08-16 10:48:08 -06:00
Eric Schulte c36fc4cedf changes to the "literate programming" section of ob-worg 2009-08-14 21:46:40 -06:00
Eric Schulte 36be1d4058 adding literate programming section to ob-worg, and fixing small tangle bug 2009-08-14 19:34:23 -06:00
Eric Schulte 08280d8e1b changes to ob-worg#reproducible-research 2009-08-12 10:14:14 -06:00
Eric Schulte 402fe5f78f adding custom ID's to ob-worg for pretty/stable internal links 2009-08-12 08:58:35 -06:00
Eric Schulte c90810903d expanded "* Reproducible Research" in ob-worg 2009-08-12 08:55:42 -06:00
Eric Schulte 9bcc624916 expanded "* Spreadsheet plugins for org-mode in any language" in ob-worg 2009-08-12 08:39:06 -06:00
Eric Schulte 16510bf10a fleshing out the "* A meta-programming language for org-mode" section of org-babel-worg 2009-08-10 12:35:39 -06:00
Eric Schulte 8fbb932110 truncating bible quote 2009-08-09 18:47:00 -06:00