From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: any idea how to convert org file to MS WORD an retain text structure? Date: Tue, 15 Jun 2010 12:45:49 -0400 Message-ID: <87631kfdmq.fsf@fastmail.fm> References: <87vd9kqtko.fsf@saadawi.sbszh.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=41147 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOZFi-0006MI-O6 for emacs-orgmode@gnu.org; Tue, 15 Jun 2010 12:44:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOZFh-0002YV-EK for emacs-orgmode@gnu.org; Tue, 15 Jun 2010 12:44:42 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:37134) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOZFh-0002YG-CW for emacs-orgmode@gnu.org; Tue, 15 Jun 2010 12:44:41 -0400 In-Reply-To: <87vd9kqtko.fsf@saadawi.sbszh.ch> (Christian Egli's message of "Tue, 15 Jun 2010 16:05:59 +0200") 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: Christian Egli Cc: emacs-orgmode@gnu.org Christian Egli writes: > Rainer Stengele writes: > >> I love to edit documents in Org. > > I know what you mean. > >> Unfortunately I have to finally deliver text in MS Word. > > Sometimes I find myself in that situation. > >> Any idea how to best export/convert my org file to Word? > > I've used latex export followed by latex2rtf in the past. Most things > work reasonably well, other like toc don't seem to work. So some manual > fidgeting is required in the end. +1 for latex2rtf (for simple documents). For industrial-strength conversion, I'd recommend tex4ht. It has handled every LaTeX feature I've thrown at it (biblatex, toc, index, footnotes) with aplomb. http://www.tug.org/tex4ht/ You can convert tex directly to odt and then save as a doc file within OpenOffice. - Matt