mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-26 07:33:39 +00:00
This is a mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git for CI/development purposes because the upstream savannah git repo is flakey.
6698edbe83
- 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. |
||
---|---|---|
lisp | ||
org-tangle-integration | ||
snippets/org-mode | ||
.gitignore | ||
COPYING | ||
intro.org | ||
org-babel-requirements.org | ||
org-babel.org | ||
README.markdown | ||
test-export.org |
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