org-export: Fix #+BIND: keywords evaluation
commit61ad50d75864dc73f7ddcbb6f7dbe3053dcf65a9
authorNicolas Goaziou <n.goaziou@gmail.com>
Sat, 1 Sep 2012 10:59:57 +0000 (1 12:59 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Sat, 1 Sep 2012 10:59:57 +0000 (1 12:59 +0200)
tree98c7d42e3d897e42c3370a8a25af7133761c4e5b
parent06bffa9120d3084fe5fae25ab8892bdf09a58239
org-export: Fix #+BIND: keywords evaluation

* contrib/lisp/org-export.el (org-export--install-letbind-maybe): If
  a variable is bound two times in the buffer, be sure to set its
  value to the last bound. Use correct function to confirm binding.
  Allow keyword to start on any column.
* testing/lisp/test-org-export.el: Add tests.
contrib/lisp/org-export.el
testing/lisp/test-org-export.el