org-xhtml.el: Fix a crash during export of list-tables
commitc51b7cfd40d8d9b1e65f21053dc62948cce72d55
authorJambunathan K <kjambunathan@gmail.com>
Thu, 1 Sep 2011 18:48:43 +0000 (2 00:18 +0530)
committerJambunathan K <kjambunathan@gmail.com>
Thu, 1 Sep 2011 18:48:43 +0000 (2 00:18 +0530)
tree34d8e9a467617db83af6d2c24eb5e337ad6f5a6c
parent74e78a145669aba89b894ebac6f2f486afdf09b4
org-xhtml.el: Fix a crash during export of list-tables

* contrib/lisp/org-xhtml.el (org-xhtml-end-table): During
export of list-tables, `org-xhtml-format-table-no-css' is not
bound.  In such cases pretend that it's value is nil.
contrib/lisp/org-xhtml.el