From mboxrd@z Thu Jan 1 00:00:00 1970 From: Enrico Scholz 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 00:54:17 +0100 Message-ID: References: <87ob4zko8o.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47785) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VndK0-00058x-5I for emacs-orgmode@gnu.org; Mon, 02 Dec 2013 18:54:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VndJv-0004CT-3y for emacs-orgmode@gnu.org; Mon, 02 Dec 2013 18:54:36 -0500 Received: from mail.cvg.de ([62.153.82.30]:41995) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VndJu-0004Bn-My for emacs-orgmode@gnu.org; Mon, 02 Dec 2013 18:54:31 -0500 In-Reply-To: <87ob4zko8o.fsf@gmail.com> (Jambunathan K.'s message of "Tue, 03 Dec 2013 01:40:47 +0530") 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: Jambunathan K Cc: emacs-orgmode@gnu.org Jambunathan K writes: > M-x list-packages > > and install the org package. this seems to be completely broken: export by C-c C-e o o fails with | OpenDocument export failed: Invalid function: org-with-silent-modifications > If problem persists with new exporter, let me know. I will be happy to > share a fix. >From reading ox-odt.el, it is very likely that it still exists. There is no place except with short-caption where 'draw:name' will be set. Enrico