Rename `org-babel-under-commented-heading-p'
commit6d1d61f66775818c27505953afbb36fe3f6427b3
authorNicolas Goaziou <n.goaziou@gmail.com>
Mon, 24 Mar 2014 15:12:12 +0000 (24 16:12 +0100)
committerEric Schulte <schulte.eric@gmail.com>
Mon, 24 Mar 2014 17:29:42 +0000 (24 13:29 -0400)
tree42da1cddc8f9c5d2f0b63c26038ed152e4ea73cc
parent230d09aeb0a9914ed1c5e377b0b84b7064370c6d
Rename `org-babel-under-commented-heading-p'

* lisp/org.el (org-in-commented-heading-p): New function.
* lisp/ob-tangle.el (org-babel-under-commented-heading-p): Remove
  function.
(org-babel-tangle-collect-blocks): Use new function.
* lisp/ob-exp.el (org-babel-exp-process-buffer): Use new function.

* testing/lisp/test-org.el (test-org/in-commented-heading-p): New
  test.
lisp/ob-exp.el
lisp/ob-tangle.el
lisp/org.el
testing/lisp/test-org.el