df3b1b7223
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. |
||
---|---|---|
.. | ||
langs | ||
org-babel-comint.el | ||
org-babel-exp.el | ||
org-babel-init.el | ||
org-babel-lob.el | ||
org-babel-ref.el | ||
org-babel-table.el | ||
org-babel-tangle.el | ||
org-babel.el |