org-odt.el: Honor short caption for table, figure etc
commit67694297fa0f9b32cf4bfe812ba8a5c5cf4a0859
authorJambunathan K <kjambunathan@gmail.com>
Thu, 29 Mar 2012 19:00:46 +0000 (30 00:30 +0530)
committerJambunathan K <kjambunathan@gmail.com>
Thu, 29 Mar 2012 19:22:02 +0000 (30 00:52 +0530)
tree7f9ba4f8aabe2fec9dd412db6ba362d7430a91f1
parent22bfdc41e4ec368997908541ae6bb65b46f14f35
org-odt.el: Honor short caption for table, figure etc

* lisp/org-odt.el (org-odt-begin-table)
(org-export-odt-format-formula, org-export-odt-format-image)
(org-odt-format-entity): Handle short caption.
* lisp/org-lparse.el (org-lparse-insert-org-table)
(org-lparse-insert-list-table, org-lparse-insert-table-table):
Ditto.

Handle short caption for tables, figures and formulae.
  #+CAPTION: [Caption for index entry]{Regular caption.}

Fix for bug
http://lists.gnu.org/archive/html/emacs-orgmode/2012-03/msg01169.html
lisp/org-lparse.el
lisp/org-odt.el