My personal patches-in-progress branch of Org. See https://git.tecosaur.net/mirrors/org-mode/compare/main..tec/org-mode:dev.
Find a file
Dan Davison 68c3fb2b52 Starting to create `library of babel' branch.
This is intended to provide off-the-shelf data plotting and analysis
functions. Current idea is to introduce a new line, perhaps something
like #+babel or #+babel_lib, which will reference (a) some data
and (b) a source block to apply to the data. Code being stolen from
org-babel.el (conceivably some abstraction of some of those functions
could be done to avoid code duplication).
2009-06-12 20:26:28 -04:00
lisp Starting to create `library of babel' branch. 2009-06-12 20:26:28 -04:00
org-tangle-integration working on sessions 2009-06-02 16:26:57 -07:00
snippets/org-mode back to the working version 2009-05-29 16:44:33 -07:00
.gitignore now ignoring 'data' file often written out by R 2009-04-04 16:24:04 -07:00
COPYING Added litorgy.el which begins with the most fundamental step of our 2009-02-22 13:19:43 -08:00
intro.org more cleanup and removal of the term "litorgy" 2009-05-24 13:52:51 -07:00
library-of-babel.org Starting to create `library of babel' branch. 2009-06-12 20:26:28 -04:00
org-babel-requirements.org more cleanup and removal of the term "litorgy" 2009-05-24 13:52:51 -07:00
org-babel.org passing all tests, but have a couple more tasks before merge 2009-06-12 17:02:37 -07:00
README.markdown misc changes 2009-05-25 15:13:56 -07:00
test-export.org more cleanup and removal of the term "litorgy" 2009-05-24 13:52:51 -07:00

org-babel.el --- facilitating communication between programming languages and people

  • for information on org see the Org-Mode website
  • for information on org-babel see the org-babel.org file in this directory