Remove deprecated syntax for Babel properties
commitf38f83b4f1b819674ed44a1a9dafd2256aa4a27c
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 3 Jul 2016 13:52:42 +0000 (3 15:52 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 3 Jul 2016 22:41:56 +0000 (4 00:41 +0200)
tree4d2cec5390a0d338c4607d7a2b5832d6b29cfdcb
parentea94c14d924a0aa2cb4ead79d8772268fb933e48
Remove deprecated syntax for Babel properties

* doc/org.texi (Header arguments in Org mode properties): Remove
  reference to deprecated syntax.
* lisp/ob-core.el (org-babel-params-from-properties): Ignore deprecated
  syntax.
* testing/examples/babel.org:
* testing/examples/normal.org:
* testing/examples/ob-header-arg-defaults.org:
* testing/examples/property-inheritance.org:
* testing/lisp/test-ob-header-arg-defaults.el
(test-ob-header-arg-defaults/global/noweb):
(test-ob-header-arg-defaults/global/call):
(test-ob-header-arg-defaults/tree/overwrite/call):
(test-ob-header-arg-defaults/tree/overwrite/noweb):
(test-ob-header-arg-defaults/tree/accumulate/call):
(test-ob-header-arg-defaults/tree/accumulate/noweb):
(test-ob-header-arg-defaults/tree/complex/call):
(test-ob-header-arg-defaults/tree/complex/noweb):
* testing/lisp/test-ob.el (test-ob/elisp-in-header-arguments):
* testing/lisp/test-property-inheritance.el
(test-org-property-accumulation-overwrite-use): Update syntax.
(test-org-property-accumulation-append-use): Use new syntax.
(test-org-property-accumulation-top-val)
(test-org-property-accumulation-overwrite-val)
(test-org-property-accumulation-append-val): Remove tests.
doc/org.texi
etc/ORG-NEWS
lisp/ob-core.el
testing/examples/babel.org
testing/examples/normal.org
testing/examples/ob-header-arg-defaults.org
testing/examples/property-inheritance.org
testing/lisp/test-ob-header-arg-defaults.el
testing/lisp/test-ob.el
testing/lisp/test-property-inheritance.el