On Tue, 15 Jun 2010 18:31:02 +0530, Puneeth Chaganti wrote: > > Hi, > > On Tue, Jun 15, 2010 at 5:57 PM, Rainer Stengele > wrote: > > Hi! > > > > I love to edit documents in Org. > > Unfortunately I have to finally deliver text in MS Word. > > > > Any idea how to best export/convert my org file to Word? > > > > I tried HTML export and then imported the html in Word but > > I end up in an unusable xml style document which word wants an stylesheet for which I do not have. > > I don't have MS Word around, so I can't be sure. But, stripping off > the the xml header [ ] and > then opening it in OpenOffice works fine for me. I tested with a > simple document, with a couple of sections and sub-sections and some > unnumbered lists. I also find myself having to strip off the xml line, the first line in the html file created upon export. You should be able to customise org (of course) by changing the org-export-html-xml-declaration variable, either getting rid of the html entry or maybe changing the text argument. I have not tried either.