From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Bug in ODT exporter Date: Sat, 09 Jul 2011 02:36:55 +0530 Message-ID: <81d3hk1nyo.fsf@gmail.com> References: <4E170BC7.6030900@diplan.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52261) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfIFv-0004Zg-6D for emacs-orgmode@gnu.org; Fri, 08 Jul 2011 17:06:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QfIFt-0005Wz-Kj for emacs-orgmode@gnu.org; Fri, 08 Jul 2011 17:06:34 -0400 Received: from mail-pv0-f169.google.com ([74.125.83.169]:45529) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfIFt-0005Vp-3P for emacs-orgmode@gnu.org; Fri, 08 Jul 2011 17:06:33 -0400 Received: by pvc12 with SMTP id 12so1715245pvc.0 for ; Fri, 08 Jul 2011 14:06:32 -0700 (PDT) In-Reply-To: <4E170BC7.6030900@diplan.de> (Rainer Stengele's message of "Fri, 08 Jul 2011 15:53:11 +0200") 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: Rainer Stengele Cc: emacs-orgmode@gnu.org Rainer Thanks for reporting the bug. I have pushed a fix few moments ago. Could you please try again? The problem was that timestamps were occuring as list item in the example you provided which confused the exporter. If you encounter corruption issue or issues related to formatting of odt file you can identify the root cause as below: 1. Switch to *.odt buffer (C-x b whatever.odt) 2. Open the content.xml (Hit RET on content.xml) 3. Do a C-u C-c C-n (M-x rng-first-error) 4. Note the error message as well as the XML stuff at the point of error. Once the error is identified, you can create a minimal org file for reproducing the bug very easily. Jambunathan K. > Am 08.07.2011 14:22, schrieb Rainer Stengele: >> Hi! >> >> Having this simple org file >> >> **** DONE [#A] Test >> #+OPTIONS: <:t >> - [2011-07-08 Fr] test >> >> the export with C-c C-e O stops when starting LibreOffice 3.4.1 with the message: >> >> >> Read Error. >> Format Error in textdocument content.xml at position 288,114 found. >> >> >> this works: >> >> **** DONE [#A] Test >> #+OPTIONS: <:t >> - [2011-07-08 Fr] test >> >> Rainer >> >> >> >> >> >> > Sorry for the typo! > > it works, if I write > > > **** DONE [#A] Test > #+OPTIONS: <:nil > - [2011-07-08 Fr] test > > > So if I want to export timestamps the exporter fails. > > Rainer > > --