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 f622d8d288 Bugfix: In org-babel-merge-params.
Using symbol instead of string so that assq-delete-all works. This
will break if a variable has a name that is not a valid elisp symbol
-- unlikely? Possible? Also, fixing the argument parsing regexp, which
had been very lazily written.
2009-07-11 03:07:37 -04:00
lisp Bugfix: In org-babel-merge-params. 2009-07-11 03:07:37 -04:00
snippets/org-mode back to the working version 2009-05-29 16:44:33 -07:00
util added util directory, including newest inf-ruby.el, should fix ruby bug 2009-06-14 18:42:44 -07:00
.gitignore updated .gitignore to ignore tangled files 2009-06-27 13:37:37 -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 Enabling LoB to put results in buffer, and slowly moving towards more 2009-07-10 22:59:10 -04:00
org-babel-ded-worg.org Some more bugs / TODOs, and some unimportant changes. 2009-07-10 21:13:21 -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 Some more bugs / TODOs, and some unimportant changes. 2009-07-10 21:13:21 -04: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
test-tangle.org removing debugging statements from org-babel-tangle.el, and beefing up test-tangle.org 2009-06-27 13:24:49 -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