0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-19 19:40:01 +00:00
Savannah is a terribly unstable remote. Let's try to alleviate that.
Find a file
Dan Davison d128662fa3 Eliminating duplicated code (take 2...).
This proposal for code tidying uses multiple-value-bind to satisfy:

1. The various parsed/resolved components of the param list (session,
   vars, result-type) are available in the org-babel-execute:LANG
   functions.
2. Those functions don't duplicate the code for parsing the params
   list and resolving references
3. The functions still have the params list available to them, should
   they need to implement language-specific behaviour using it.

If the org-babel-execute:LANG functions need to be called directly,
then that would now have to be via
(multiple-value-bind (session vars result-params result-type)
      (org-babel-process-params params) (funcall cmd body params))

as in org-babel-exp.el. (But is it actually necessary to by-pass
org-babel-execute-src-block?)
2009-07-16 16:21:07 -04:00
lisp Eliminating duplicated code (take 2...). 2009-07-16 16:21:07 -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 Updating main org file and tidying library-of-babel.org. 2009-07-11 23:59:51 -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 New proposed tasks: make tangled files read-only, and fold source blocks on #+srcname line 2009-07-16 12:16:16 -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 DONE singe-function tangling and loading elisp from literate org-mode file [3/3] 2009-07-14 21:55:50 -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