babel: Introduce org-babel copy of shell-command-on-region
commit05986e95ea829000dcef38a54abf039056f74b26
authorDan Davison <davison@stats.ox.ac.uk>
Thu, 4 Mar 2010 16:38:58 +0000 (4 16:38 +0000)
committerDan Davison <davison@stats.ox.ac.uk>
Fri, 5 Mar 2010 11:32:04 +0000 (5 11:32 +0000)
treef7753841257729a6da6eab4b2d7e00bcc7f1ebcf
parent7db7f0613a155633b7ea0f594b9b31a9b3de08f7
babel: Introduce org-babel copy of shell-command-on-region

At this commit, org-babel-shell-command-on-region is a direct copy of
shell-command-on-region. In addition to switching to use the org-babel
version, we change the argument passed so that they agree with the
docstring of s-c-o-r.

Despite the change in arguments, the same behaviour results because
s-c-o-r does not behave as documented in emacs23. Future commits will
be able to fix these bugs in the org-babel version, as necessary.
contrib/babel/lisp/langs/org-babel-R.el
contrib/babel/lisp/langs/org-babel-clojure.el
contrib/babel/lisp/langs/org-babel-perl.el
contrib/babel/lisp/langs/org-babel-python.el
contrib/babel/lisp/langs/org-babel-ruby.el
contrib/babel/lisp/langs/org-babel-sh.el
contrib/babel/lisp/org-babel.el