From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Bug: Bad ODT files when including multiple images [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/share/emacs/24.3/lisp/org/)] Date: Tue, 03 Dec 2013 01:40:47 +0530 Message-ID: <87ob4zko8o.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57649) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnZpk-0003S0-3D for emacs-orgmode@gnu.org; Mon, 02 Dec 2013 15:11:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VnZpe-000325-Gc for emacs-orgmode@gnu.org; Mon, 02 Dec 2013 15:11:08 -0500 Received: from plane.gmane.org ([80.91.229.3]:55848) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnZpe-00031v-9o for emacs-orgmode@gnu.org; Mon, 02 Dec 2013 15:11:02 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VnZpa-0003dC-PE for emacs-orgmode@gnu.org; Mon, 02 Dec 2013 21:10:58 +0100 Received: from 115.242.243.232 ([115.242.243.232]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Dec 2013 21:10:58 +0100 Received: from kjambunathan by 115.242.243.232 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Dec 2013 21:10:58 +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 Cc: emacs-orgmode@gnu.org > 7.9.3f (release_7.9.3f-17-g7524ef @ /usr/share/emacs/24.3/lisp/org/)] The exporter(s) are re-written. You should be using Org-8.*. Use Elpa M-x list-packages and install the org package. or install from tar file or git. orgmode.org/worg has instructions on how to use the "new exporters". If problem persists with new exporter, let me know. I will be happy to share a fix. Enrico Scholz writes: > 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/)