Fix tests related to export
commit1cac3127c2f810e83fcc1203f1dd2b15250a687e
authorNicolas Goaziou <n.goaziou@gmail.com>
Sun, 27 Jan 2013 23:09:58 +0000 (28 00:09 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Wed, 6 Feb 2013 22:06:31 +0000 (6 23:06 +0100)
tree5844bc868026148079b4835466a78a76559d23fe
parente14cf78056a0a4d1528b700d462b21172cd7afeb
Fix tests related to export

* lisp/ob-exp.el (org-babel-exp-process-buffer): Renamed from
  `org-export-blocks-preprocess'.
* lisp/ox.el (org-export-execute-babel-code): Apply previous renaming.
* testing/org-test.el (org-test-at-id): Make sure the function returns
  the value of the last form in its body.
* testing/lisp/test-ob-exp.el: Fix tests.
* testing/lisp/test-ob-lob.el: Fix tests.
lisp/ob-exp.el
lisp/ox.el
testing/lisp/test-ob-exp.el
testing/lisp/test-ob-lob.el
testing/org-test.el