babel: small change in API.
commit0d000f568011287de71e4d1ade9769bbe0f31db0
authorAaron Ecay <aaronecay@gmail.com>
Thu, 29 Oct 2015 19:26:11 +0000 (29 19:26 +0000)
committerAaron Ecay <aaronecay@gmail.com>
Thu, 29 Oct 2015 19:26:11 +0000 (29 19:26 +0000)
tree4e252baecf1978fe66a10de734583cca9bb75cbd
parenta42b4609c2657ab94af2e6e1a6b4b1221e9d6480
babel: small change in API.

* lisp/ob-core.el (org-babel--get-vars): New function.
(org-babel-get-header): Delete.
* lisp/ob-C.el (org-babel-C-expand-C):
(org-babel-C-expand-D):
* lisp/ob-R.el (org-babel-variable-assignments:R):
* lisp/ob-abc.el (org-babel-expand-body:abc):
* lisp/ob-asymptote.el (org-babel-variable-assignments:asymptote):
* lisp/ob-awk.el (org-babel-execute:awk):
* lisp/ob-calc.el (org-babel-execute:calc):
* lisp/ob-clojure.el (org-babel-expand-body:clojure):
* lisp/ob-dot.el (org-babel-expand-body:dot):
* lisp/ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp):
* lisp/ob-fortran.el (org-babel-expand-body:fortran):
(org-babel-fortran-ensure-main-wrap):
* lisp/ob-gnuplot.el (org-babel-gnuplot-process-vars):
* lisp/ob-haskell.el (org-babel-variable-assignments:haskell):
* lisp/ob-js.el (org-babel-variable-assignments:js):
* lisp/ob-latex.el (org-babel-expand-body:latex):
* lisp/ob-lilypond.el (org-babel-expand-body:lilypond):
* lisp/ob-lisp.el (org-babel-expand-body:lisp):
* lisp/ob-maxima.el (org-babel-maxima-expand):
* lisp/ob-ocaml.el (org-babel-variable-assignments:ocaml):
* lisp/ob-octave.el (org-babel-variable-assignments:octave):
* lisp/ob-org.el (org-babel-expand-body:org):
* lisp/ob-perl.el (org-babel-variable-assignments:perl):
* lisp/ob-picolisp.el (org-babel-expand-body:picolisp):
* lisp/ob-processing.el (org-babel-variable-assignments:processing):
* lisp/ob-python.el (org-babel-variable-assignments:python):
* lisp/ob-ruby.el (org-babel-variable-assignments:ruby):
* lisp/ob-scheme.el (org-babel-expand-body:scheme):
* lisp/ob-shell.el (org-babel-variable-assignments:shell):
* lisp/ob-shen.el (org-babel-expand-body:shen):
* lisp/ob-sql.el (org-babel-expand-body:sql):
* lisp/ob-sqlite.el (org-babel-expand-body:sqlite): Adapt to change.
* etc/ORG-NEWS: Document change.
32 files changed:
etc/ORG-NEWS
lisp/ob-C.el
lisp/ob-R.el
lisp/ob-abc.el
lisp/ob-asymptote.el
lisp/ob-awk.el
lisp/ob-calc.el
lisp/ob-clojure.el
lisp/ob-core.el
lisp/ob-dot.el
lisp/ob-emacs-lisp.el
lisp/ob-fortran.el
lisp/ob-gnuplot.el
lisp/ob-haskell.el
lisp/ob-js.el
lisp/ob-latex.el
lisp/ob-lilypond.el
lisp/ob-lisp.el
lisp/ob-maxima.el
lisp/ob-ocaml.el
lisp/ob-octave.el
lisp/ob-org.el
lisp/ob-perl.el
lisp/ob-picolisp.el
lisp/ob-processing.el
lisp/ob-python.el
lisp/ob-ruby.el
lisp/ob-scheme.el
lisp/ob-shell.el
lisp/ob-shen.el
lisp/ob-sql.el
lisp/ob-sqlite.el