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
Eric Schulte 6698edbe83 finally think I'm on the right track for output vs. values, mostly working w/ruby
- moved ruby functions into their own buffer
  - removed org-babel-sessions.el
  - drastically scaled down org-babel-comint.el (may grow later if we
    find duplication between language buffers)
  - removed org-babel-script.el
  - adjusted org-babel-init.el to reflect new file layout

For the big breakthrough see `org-babel-ruby-evaluate' in
org-babel-ruby.el.  This will be the model upon which all future
language evaluations will be built.
2009-06-11 15:15:59 -07:00
lisp finally think I'm on the right track for output vs. values, mostly working w/ruby 2009-06-11 15:15:59 -07:00
org-tangle-integration added integration directory for org-tangle (from Eric N.'s into email) 2009-06-02 15:31:26 -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
org-babel-requirements.org more cleanup and removal of the term "litorgy" 2009-05-24 13:52:51 -07:00
org-babel.org finally think I'm on the right track for output vs. values, mostly working w/ruby 2009-06-11 15:15:59 -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