From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Inconsistency in odt export to other exporters Date: Sat, 21 Jan 2012 17:21:07 +0100 Message-ID: <87pqedxc0c.fsf@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45497) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rodh9-00007s-O9 for emacs-orgmode@gnu.org; Sat, 21 Jan 2012 11:21:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rodh8-00063l-P2 for emacs-orgmode@gnu.org; Sat, 21 Jan 2012 11:21:35 -0500 Received: from lo.gmane.org ([80.91.229.12]:35958) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rodh8-00063h-Ie for emacs-orgmode@gnu.org; Sat, 21 Jan 2012 11:21:34 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Rodh5-0004rS-2i for emacs-orgmode@gnu.org; Sat, 21 Jan 2012 17:21:31 +0100 Received: from p57b65e3f.dip.t-dialin.net ([87.182.94.63]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 21 Jan 2012 17:21:31 +0100 Received: from andreas.leha by p57b65e3f.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 21 Jan 2012 17:21:31 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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