org-odt.el: Fix a regression in handling TOC
commit580218709b32dbc647f3b41a96c84024a71bc4c9
authorJambunathan K <kjambunathan@gmail.com>
Sat, 25 Feb 2012 19:13:59 +0000 (26 00:43 +0530)
committerJambunathan K <kjambunathan@gmail.com>
Sat, 25 Feb 2012 19:13:59 +0000 (26 00:43 +0530)
tree3eaa8ab912d99f32379c3fda75ac823ca605ecf8
parent89949e69a3860fcb687c0f4ca0ccfd29283a5b74
org-odt.el: Fix a regression in handling TOC

* lisp/org-odt.el (org-odt-insert-toc): Remove this stray,
dysfunctional routine.  This possibly has crept in because of the
broken merges between "maint" and "origin" branches.
(org-odt-begin-table): Don't emit an empty paragraph when a table is
neither labelled or captioned.
(org-odt-init-outfile): Remove reference to an unused variable.
lisp/org-odt.el