org-odt.el: Enumerate labeled/captioned entities correctly
commit34ab9a0eb228b20e5bc4d04a1dd7969ac983d918
authorJambunathan K <kjambunathan@gmail.com>
Wed, 21 Mar 2012 09:44:41 +0000 (21 15:14 +0530)
committerJambunathan K <kjambunathan@gmail.com>
Wed, 21 Mar 2012 09:51:10 +0000 (21 15:21 +0530)
treefba74c2d75d622a322365c073d8d4182817482e6
parentd83284b728f37a7dea7dfbb1a3c14f5f84244765
org-odt.el: Enumerate labeled/captioned entities correctly

* lisp/org-odt.el (org-odt-format-entity-caption): Enumerate
entities that have either a caption or a label.
(org-odt-label-styles, org-odt-category-map-alist): Add a
separator between sequence number and caption.  Introduced two
new label styles for handling of math formula and math label.
(org-odt-format-label-definition)
(org-export-odt-format-formula): Propagate above changes.
lisp/org-odt.el