Re: [Orgmode] Re: export html -> doc

2010-12-21 Thread Eric Abrahamsen
On Tue, Dec 21 2010, Christian Moe wrote: > On 12/21/10 9:21 AM, Eric Abrahamsen wrote: >> On Tue, Dec 21 2010, Christian Moe wrote: >> >>> On 12/21/10 3:04 AM, Eric Abrahamsen wrote: > #+BIND: org-export-html-xml-declaration () That did the trick! Thank you. One small follow-up

Re: [Orgmode] Re: export html -> doc

2010-12-21 Thread Christian Moe
On 12/21/10 9:21 AM, Eric Abrahamsen wrote: On Tue, Dec 21 2010, Christian Moe wrote: On 12/21/10 3:04 AM, Eric Abrahamsen wrote: #+BIND: org-export-html-xml-declaration () That did the trick! Thank you. One small follow-up question: this produces iso-8859-1 encoded text by default; how do I

Re: [Orgmode] Re: export html -> doc

2010-12-21 Thread Eric Abrahamsen
On Tue, Dec 21 2010, Christian Moe wrote: > On 12/21/10 3:04 AM, Eric Abrahamsen wrote: >>> #+BIND: org-export-html-xml-declaration () >> That did the trick! Thank you. >> >> One small follow-up question: this produces iso-8859-1 encoded text by >> default; how do I go about asking for utf-8? > >

Re: [Orgmode] Re: export html -> doc

2010-12-21 Thread Christian Moe
On 12/21/10 3:04 AM, Eric Abrahamsen wrote: #+BIND: org-export-html-xml-declaration () That did the trick! Thank you. One small follow-up question: this produces iso-8859-1 encoded text by default; how do I go about asking for utf-8? With the same setup I still get utf-8. Though the XML decla

[Orgmode] Re: export html -> doc

2010-12-20 Thread Eric Abrahamsen
On Mon, Dec 20 2010, Christian Moe wrote: > On 12/20/10 10:54 AM, Holger Wenzel wrote: >> Did you try to suppress the xml declaration in the exported html? >> >> #+OPTIONS: org-export-html-xml-declaration (quote (("php" . "> \"\"; ?>"))) > > Maybe that works for a publishing setup? It doesn't for

[Orgmode] Re: export html -> doc

2010-12-20 Thread Chris Thompson
Eric Abrahamsen ericabrahamsen.net> writes: > > I'm translating fiction, I don't need squat in the way of formatting > besides the paragraphs getting unfilled, and italics and bold coming > through properly. Has anyone seen this happen before, and have a > potential solution? > Eric, for your n

Re: [Orgmode] Re: export html -> doc

2010-12-20 Thread Christian Moe
On 12/20/10 10:54 AM, Holger Wenzel wrote: Did you try to suppress the xml declaration in the exported html? #+OPTIONS: org-export-html-xml-declaration (quote (("php" . "\"; ?>"))) Maybe that works for a publishing setup? It doesn't for ordinary export. This does work: #+BIND: org-export-htm

[Orgmode] Re: export html -> doc

2010-12-20 Thread William Gardella
Eric Abrahamsen writes: > 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. >

[Orgmode] Re: export html -> doc

2010-12-20 Thread Holger Wenzel
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,