0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-15 18:46:26 +00:00
org-mode/lisp/langs
Dan Davison 9772adef3e Revert "Altering org-babel-execute:emacs-lisp in accordance with preceding changes."
This reverts commit d8001facab.

Going back to original plan of simply passing (cmd body params) to the org-babel-execute:LANG functions.

The benefit of this is that languages will have access to the full params list. A downside is that code parsing the
params list and referencing variables is currently duplicated across the languages, so perhaps we can aim to reduce
that code duplication at some point.
2009-07-08 00:06:14 -04:00
..
org-babel-lisp.el Revert "Altering org-babel-execute:emacs-lisp in accordance with preceding changes." 2009-07-08 00:06:14 -04:00
org-babel-python.el Moving non-language specific code out of language-specific files. 2009-07-05 22:36:51 -04:00
org-babel-R.el Moving non-language specific code out of language-specific files. 2009-07-05 22:36:51 -04:00
org-babel-ruby.el Moving non-language specific code out of language-specific files. 2009-07-05 22:36:51 -04:00
org-babel-sh.el Moving non-language specific code out of language-specific files. 2009-07-05 22:36:51 -04:00