org-odt.el: Make label references consistent with LaTeX export
commitf24dbe15c1493aa355e9f055b8979842b51600be
authorJambunathan K <kjambunathan@gmail.com>
Mon, 23 Jan 2012 08:00:40 +0000 (23 13:30 +0530)
committerJambunathan K <kjambunathan@gmail.com>
Mon, 23 Jan 2012 08:01:33 +0000 (23 13:31 +0530)
tree999676caea7071ace3b0c9da0c523af2bc992262
parentf9d24220020964cc4e5c119a1be867107bf376d0
org-odt.el: Make label references consistent with LaTeX export

* lisp/org-odt.el (org-odt-label-styles): Add a new style.
(org-odt-category-map-alist):  Use it.

Andreas Leha writes:

The following snippet exports correctly to LaTeX and to html, but
produces the text "Figure Figure" in odt.

Could the behaviour be synchronized?

=== example.org ==========================
* Test ref
  plot(1:10, 1:10)

Here is a reference to Figure \ref{fig:bar}
=== example.org ==========================
lisp/org-odt.el