org-mode/contrib/babel/lisp/langs
Dan Davison 24cdeea122 babel: read remote results from remote files
When using ':results value' in certain situations, results are written
to file by the foreign language process and subsequently read from
file by emacs into an elisp table structure. If the foreign language
process is running remotely, then the results are written
remotely. These changes ensure that in that case, an appropriate
remote file name is constructed to read the remote data.
2010-02-27 14:14:08 -05:00
..
org-babel-R.el babel: read remote results from remote files 2010-02-27 14:14:08 -05:00
org-babel-asymptote.el org-babel-asymptote now supports interactive viewing if the :file header argument is missing 2009-09-16 16:21:45 -06:00
org-babel-clojure.el babel-clojure: slight change allowing strings to be passed in as variables 2010-02-08 13:17:37 -07:00
org-babel-css.el org-babel: further cleaning of parameter-passing to language files 2009-11-10 15:23:26 -07:00
org-babel-ditaa.el merging with the org-babel repository 2009-09-11 13:44:05 -06:00
org-babel-dot.el org-babel: dot improvements 2009-10-14 16:03:40 -06:00
org-babel-emacs-lisp.el org-babel: language specific files using cleaner parameter passing 2009-11-10 15:23:18 -07:00
org-babel-gnuplot.el babel: get rid of unused variable 2010-02-25 17:58:46 -05:00
org-babel-haskell.el babel: Fix unquoting of strings 2010-02-25 17:58:45 -05:00
org-babel-latex.el babel: check pdf file existence before deleting 2010-02-15 10:29:56 -07:00
org-babel-ocaml.el org-babel: language specific files using cleaner parameter passing 2009-11-10 15:23:18 -07:00
org-babel-oz.el babel: adding support for the OZ programming language -- Thanks to Torsten Anders! 2010-02-16 13:28:08 -07:00
org-babel-perl.el org-babel: more robust version of :results value for python and perl. 2009-11-11 16:09:05 -05:00
org-babel-python.el babel: read remote results from remote files 2010-02-27 14:14:08 -05:00
org-babel-ruby.el babel: read remote results from remote files 2010-02-27 14:14:08 -05:00
org-babel-sass.el merging with the org-babel repository 2009-09-11 13:44:05 -06:00
org-babel-screen.el org-babel-screen: now parsing it's own parameters 2009-11-30 07:20:51 -07:00
org-babel-sh.el babel: prevent quoting of strings in shell variables 2010-02-23 07:31:43 -07:00
org-babel-sql.el org-babel: further cleaning of parameter-passing to language files 2009-11-10 15:23:26 -07:00