emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Inconsistency in odt export to other exporters


From: Andreas Leha
Subject: [O] Inconsistency in odt export to other exporters
Date: Sat, 21 Jan 2012 17:21:07 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

Hi all,

there is an inconsistency of the odt exporter compared to the LaTeX and
the html export.

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
#+caption: bar
#+label: fig:bar
#+name: bar
#+attr_odt: :width 8
#+header: :file bar.png
#+header: :width 7200 :height 3600 :res 600
#+begin_src R :exports results :results graphics
  plot(1:10, 1:10)
#+end_src

Here is a reference to Figure \ref{fig:bar}
==========================================

Best,
Andreas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]