org-mode/lisp/langs
Dan Davison df3b1b7223 Fixing results processing code.
When :results is 'value, the org-babel-LANG-evaluate functions are
responsible for returning an elisp representation of the *value* of
the block. This stage is maintained in the language-specific code
because different languages have different ways of doing it: python
and ruby use org-babel-LANG-table-or-string, whereas R and shell write
to file and then use org-babel-import-elisp-from-file. It could
however be put in the org-babel-execute:LANG function.
2009-07-05 21:23:17 -04:00
..
org-babel-lisp.el now using org-babel-tangle-langs to track file extensions and shebang lines 2009-06-15 15:25:46 -07:00
org-babel-python.el Fixing results processing code. 2009-07-05 21:23:17 -04:00
org-babel-R.el Fixing results processing code. 2009-07-05 21:23:17 -04:00
org-babel-ruby.el Fixing results processing code. 2009-07-05 21:23:17 -04:00
org-babel-sh.el Fixing results processing code. 2009-07-05 21:23:17 -04:00