From mboxrd@z Thu Jan 1 00:00:00 1970 From: Holger Wenzel Subject: Re: export html -> doc Date: Mon, 20 Dec 2010 10:54:05 +0100 Message-ID: <87ei9czs5e.fsf@googlemail.com> References: <87aak0ye4e.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=43264 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PUdP5-0007fr-QK for emacs-orgmode@gnu.org; Mon, 20 Dec 2010 05:55:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PUdP3-0005Z6-Um for emacs-orgmode@gnu.org; Mon, 20 Dec 2010 05:55:43 -0500 Received: from lo.gmane.org ([80.91.229.12]:37514) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PUdP3-0005Ye-P6 for emacs-orgmode@gnu.org; Mon, 20 Dec 2010 05:55:41 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PUdOv-0002cf-H1 for emacs-orgmode@gnu.org; Mon, 20 Dec 2010 11:55:33 +0100 Received: from 188-193-61-170-dynip.superkabel.de ([188.193.61.170]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Dec 2010 11:55:33 +0100 Received: from drholgerwenzel by 188-193-61-170-dynip.superkabel.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Dec 2010 11:55:33 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi Eric, > I know this is an awfully tired topic, and I'll be thrilled when the odt > exporter is ready, but in the meantime exporting to HTML and then either > opening or copying/pasting into OpenOffice is not working for me, while > it does seem to be working for other people. > > I'm on Ubuntu, Emacs 23.3 and yesterday's org-mode. I export to html > just fine. Then I figure I have two options: open the html directly with > OpenOffice, or copy and paste the text. Opening the html directly just > shows me an unrendered html document. Copying and pasting into > OpenOffice turns all the italics into funny little grey boxes (one on > either side of the meant-to-be-italics text), and no actual italics. Did you try to suppress the xml declaration in the exported html? #+OPTIONS: org-export-html-xml-declaration (quote (("php" . "\"; ?>"))) At least MS-Word and Chromium don't seem to like that xml version line and refuse to render the document. Hth, Holger