New strip-export noweb header argument value
commita3e5f97ee7ba27473b25f7e42e317e74629ce2d6
authorEric Schulte <eric.schulte@gmx.com>
Wed, 1 Feb 2012 15:17:08 +0000 (1 08:17 -0700)
committerEric Schulte <eric.schulte@gmx.com>
Wed, 1 Feb 2012 15:19:29 +0000 (1 08:19 -0700)
tree0217bcf4e7450c8fbdd2f11e381eed58fa43f9b0
parent4b59c36b035948e6336fd0a7e311e80f338aa6af
New strip-export noweb header argument value

* lisp/ob-exp.el (org-babel-exp-src-block): Strip noweb references on
  export when "strip-export".
* lisp/ob.el (org-babel-common-header-args-w-values): New noweb
  header value.
  (org-babel-merge-params): New noweb header value.
  (org-babel-noweb-p): New noweb header value.
* testing/examples/babel.org (an): Testing new noweb header value.
* testing/lisp/test-ob-exp.el (ob-exp/noweb-strip-export-ensure-strips):
  Testing new noweb header value.
* doc/org.texi (noweb): Document new noweb header value.
doc/org.texi
lisp/ob-exp.el
lisp/ob.el
testing/examples/babel.org
testing/lisp/test-ob-exp.el