org-odt.el: Consider short captions not as org text but as plain text
commit8a02f48547df4f11b0402aa0a4fe339e3b85c608
authorJambunathan K <kjambunathan@gmail.com>
Fri, 30 Mar 2012 20:33:10 +0000 (31 02:03 +0530)
committerJambunathan K <kjambunathan@gmail.com>
Fri, 30 Mar 2012 20:33:10 +0000 (31 02:03 +0530)
tree33e84c2ff325b021cf7f183928003e85d5ed1ec6
parent67694297fa0f9b32cf4bfe812ba8a5c5cf4a0859
org-odt.el: Consider short captions not as org text but as plain text

* lisp/org-lparse.el (org-lparse-insert-org-table): Consider
short caption as plain text and not as org text.
* lisp/org-odt.el (org-export-odt-format-formula)
(org-export-odt-format-image): ditto.

Fixes earlier checkin.  See
http://lists.gnu.org/archive/html/emacs-orgmode/2012-03/msg01212.html

Handling of short captions is only a convenience feature.

From within LibreOffice one can always create an "unprotected"
editable index and later manually delete unwanted index entries (for
example, delete uncaptioned entries which are given automatic names)
or modify existing entries (for example, fix long captions to their
short versions).
lisp/org-lparse.el
lisp/org-odt.el