Hi, org-mode generates ODT files which can not be opened by libreoffice-4.1.3.2 when more than one image is included. E.g. running (org-export-as-odt) on
---- test.org --- * Test [[file:s01.png]] [[file:s01.png]] ----- and trying to open it with 'oowrite test.odt' gives a "Read-Error/Error reading file" message. ODT created after removing one of the images is ok. It seems that libreoffice requires an unique 'draw:name' attribute for 'draw:frame' tags. This can be set by '#+CAPTION' (and the resulting ODT is working) but this option is not suitable for inline images. Enrico Emacs : GNU Emacs 24.3.1 (x86_64-redhat-linux-gnu, GTK+ Version 2.24.19) of 2013-08-19 on koji-builder0.intern.sigma-chemnitz.de Package: Org-mode version 7.9.3f (release_7.9.3f-17-g7524ef @ /usr/share/emacs/24.3/lisp/org/)