org-mode/lisp
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
..
langs Fixing results processing code. 2009-07-05 21:23:17 -04:00
org-babel-comint.el ruby blocks can now pop to session buffer (optionally evaluating header-args) 2009-06-14 11:08:12 -07:00
org-babel-exp.el renaming the org-babel/ directory to the lisp/ directory 2009-05-24 13:56:20 -07:00
org-babel-init.el now requiring cl 2009-06-27 11:58:00 -07:00
org-babel-lob.el Library of Babel should only try to ingest named source blocks 2009-06-15 12:55:02 -07:00
org-babel-ref.el Merge branch 'master' into library-of-babel 2009-06-14 15:24:41 -07:00
org-babel-table.el renaming the org-babel/ directory to the lisp/ directory 2009-05-24 13:56:20 -07:00
org-babel-tangle.el Some todos/bug notes in org-babel.org 2009-06-30 20:46:51 -04:00
org-babel.el Fixing results processing code. 2009-07-05 21:23:17 -04:00