From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: on the fragility of export to ODT Date: Mon, 16 Feb 2015 21:20:37 +0100 Message-ID: <87wq3hhalm.fsf@nicolasgoaziou.fr> References: <87r3tp3gv0.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35032) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNS8i-0005gB-OS for emacs-orgmode@gnu.org; Mon, 16 Feb 2015 15:19:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNS8e-0007fE-MT for emacs-orgmode@gnu.org; Mon, 16 Feb 2015 15:19:32 -0500 Received: from relay5-d.mail.gandi.net ([2001:4b98:c:538::197]:38623) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNS8e-0007f8-GU for emacs-orgmode@gnu.org; Mon, 16 Feb 2015 15:19:28 -0500 Received: from mfilter30-d.gandi.net (mfilter30-d.gandi.net [217.70.178.161]) by relay5-d.mail.gandi.net (Postfix) with ESMTP id 94E7541C056 for ; Mon, 16 Feb 2015 21:19:27 +0100 (CET) Received: from relay5-d.mail.gandi.net ([217.70.183.197]) by mfilter30-d.gandi.net (mfilter30-d.gandi.net [10.0.15.180]) (amavisd-new, port 10024) with ESMTP id b5sEy+OeZY5V for ; Mon, 16 Feb 2015 21:19:26 +0100 (CET) Received: from selenimh (unknown [91.224.148.150]) (Authenticated sender: mail@nicolasgoaziou.fr) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 367CF41C06C for ; Mon, 16 Feb 2015 21:19:26 +0100 (CET) In-Reply-To: <87r3tp3gv0.fsf@ucl.ac.uk> (Eric S. Fraga's message of "Mon, 16 Feb 2015 17:29:07 +0000") 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 Hello, Eric S Fraga writes: > At this point, I get very long data structures dumped to > *Messages*... difficult to figure out what is wrong. It's often my > mistake but tracking it down is difficult. You're using an internal link to target a paragraph (possibly a image or some such). This is apparently not supported yet by ox-odt (see `org-odt-link--infer-description'). Could you try to find out the culprit and explain what you expected so I can fix it? > However, more importantly, the failure is complete and nothing is > exported which does not help me at all. It would be great if offending > paragraphs (elements, objects, whatever) would be skipped over and the > rest of the document generated. Is this possible? At the moment, I think it is better to fix the errors than to ignore them. There are quite a few "FIXME" in ox-odt. Regards, -- Nicolas Goaziou