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

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? With the same

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

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 question: this produces

[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,

[Orgmode] Re: export html - doc

2010-12-20 Thread William Gardella
Eric Abrahamsen e...@ericabrahamsen.net 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

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 . ?php echo \?xml version=\\\1.1\\\ encoding=\\\%s\\\ ?\; ?))) Maybe that works for a publishing setup? It doesn't for ordinary

[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 . ?php echo \?xml version=\\\1.1\\\ encoding=\\\%s\\\ ?\; ?))) Maybe that works