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