From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: odt export error Date: Thu, 15 Dec 2011 13:15:13 +0530 Message-ID: <818vmejn1y.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:33675) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rb60T-0007XB-8e for emacs-orgmode@gnu.org; Thu, 15 Dec 2011 02:45:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rb60S-0007HW-7e for emacs-orgmode@gnu.org; Thu, 15 Dec 2011 02:45:33 -0500 Received: from mail-iy0-f169.google.com ([209.85.210.169]:58978) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rb60R-0007H5-Qh for emacs-orgmode@gnu.org; Thu, 15 Dec 2011 02:45:31 -0500 Received: by iacb35 with SMTP id b35so730982iac.0 for ; Wed, 14 Dec 2011 23:45:31 -0800 (PST) In-Reply-To: (Kevin Emerson's message of "Tue, 13 Dec 2011 19:03:03 -0800") 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: Kevin Emerson Cc: emacs-orgmode@gnu.org > I can not pinpoint exactly what yields the error, but it reads "Format > error discovered in the file in sub-document styles.xml at > 415,108(row,col) when the file attempts to open in openoffice 3.2. I > am using org-mode 7.6. What is your default coding system. As christian points out, the bullet char is not representable in the specific coding system that you use. As a consequence, the file is clobbered. If you are averse to upgrading to latest org -- odt exporter is not available in the standard GNU ELPA packages -- you can switch your org file to utf-8 encoding. That could help a bit. --