From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: Bug in ODT exporter Date: Fri, 08 Jul 2011 15:53:11 +0200 Message-ID: <4E170BC7.6030900@diplan.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54857) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfBUY-00071T-Sx for emacs-orgmode@gnu.org; Fri, 08 Jul 2011 09:53:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QfBUX-0003XC-SM for emacs-orgmode@gnu.org; Fri, 08 Jul 2011 09:53:14 -0400 Received: from ns.diplan.de ([212.34.188.4]:41193 helo=mail.diplan.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfBUX-0003VY-JM for emacs-orgmode@gnu.org; Fri, 08 Jul 2011 09:53:13 -0400 Received: from [192.168.99.164] (stengelepc.diplan.de [192.168.99.164]) by mail.diplan.de (Postfix outbound) with ESMTP id 7C0EB49F7E0 for ; Fri, 8 Jul 2011 15:53:11 +0200 (CEST) In-Reply-To: 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 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