emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] XML src block syntax highlighting


From: Tom
Subject: [O] XML src block syntax highlighting
Date: Thu, 25 Apr 2013 11:57:49 +0200
User-agent: K-9 Mail for Android

Hi,

I'm in the process of writing documentation for a simple HTTP based API that returns responses as XML.

The included response examples are blocks of the form:

#+BEGIN_SRC xml :exports code
<?xml version="1.0" encoding="utf-8"?>
<validxml>
...
</validxml>
#+END_SRC

I have org-src-fontify-natively = and it works for other code, but xml is fontified as a fundamental buffer, not like nxml-mode shows the block contents. nxml-mode /is/ used when I use C-c ' to edit the contents.

Do I miss something in my setup to let org-mode use nxml-mode for xml src-blocks?

kind regards,
Tom
--
xmpp://address@hidden
http://www.goochesa.de
reply via email to

[Prev in Thread] Current Thread [Next in Thread]