org-export: Fix export with Babel calls outside export scope
commitdd7aa8ece97fbd25715bd715e9347cbf4eb27adb
authorNicolas Goaziou <n.goaziou@gmail.com>
Thu, 22 Mar 2012 15:49:19 +0000 (22 16:49 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Thu, 22 Mar 2012 15:49:19 +0000 (22 16:49 +0100)
tree74e1e3e20589c822aea3d307cd2f3ce08e6fb23a
parent0b7495958702b14c3e36cb6817c5cde8a11158ea
org-export: Fix export with Babel calls outside export scope

* contrib/lisp/org-export.el (org-export-as): Fix export with Babel
  calls outside export scope by providing buffer's name holding full
  data instead of the one holding its copy limited to scope.
* testing/lisp/test-org-export.el (test-org-export/export-scope): Add
  a test.
contrib/lisp/org-export.el
testing/lisp/test-org-export.el