From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: odt export to google-docs problem Date: Thu, 17 Nov 2011 15:36:11 +0530 Message-ID: <81sjlnawrw.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:34742) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQyrf-0002zQ-OE for emacs-orgmode@gnu.org; Thu, 17 Nov 2011 05:06:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RQyrZ-0000g4-2K for emacs-orgmode@gnu.org; Thu, 17 Nov 2011 05:06:39 -0500 Received: from mail-yx0-f169.google.com ([209.85.213.169]:43686) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQyrY-0000g0-VT for emacs-orgmode@gnu.org; Thu, 17 Nov 2011 05:06:33 -0500 Received: by yenm10 with SMTP id m10so1013646yen.0 for ; Thu, 17 Nov 2011 02:06:32 -0800 (PST) In-Reply-To: (Rustom Mody's message of "Thu, 17 Nov 2011 14:43:21 +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: Rustom Mody Cc: emacs-orgmode Rustom Mody writes: > Here is a small file for org mode > ---------------- > #+OPTIONS: toc:nil > #+TITLE: Report > * Tue 8th > =C2=A0 - http://www.haskell.org/ > * hello > ---------------- > If I export to odt and then upload the odt to google docs, > google-docs says the file is corrupt. On my local machine I am seeing that the exported file is valid and opens fine with LibreOffice-3.4 without any issues. I haven't experimented with Google docs. > It seems to make a difference whether the EOF is immediately at the > end of "hello" or after a newline -- though not sure. > > As far as I can see files made directly by/in libreoffice upload to > google-docs without any problem > > org: 7.7 > emacs 23.3.1 Make sure that org-odt is new. Older versions of org-odt did have some corruption issues. > [And in case line-endings have anything to do with it: OS: Debian/ > testing] Can anyone else reproduce this? --=20