Re: [O] XML src block syntax highlighting

2013-04-26 Thread Tom
Hi Suvayu, Suvayu Ali schrieb: >On Thu, Apr 25, 2013 at 05:03:37PM +0200, Tom wrote: >> Suvayu Ali schrieb: >> >> >On Thu, Apr 25, 2013 at 11:57:49AM +0200, Tom wrote: >> >> >> >> #+BEGIN_SRC xml :exports code >> >> >> >> >> >> ... >> >> >> >> #+END_SRC >> >> >> >> I have org-src-fontif

Re: [O] XML src block syntax highlighting

2013-04-25 Thread Suvayu Ali
On Thu, Apr 25, 2013 at 05:03:37PM +0200, Tom wrote: > Suvayu Ali schrieb: > > >On Thu, Apr 25, 2013 at 11:57:49AM +0200, Tom wrote: > >> > >> #+BEGIN_SRC xml :exports code > >> > >> > >> ... > >> > >> #+END_SRC > >> > >> I have org-src-fontify-natively = and it works for other code, but >

Re: [O] XML src block syntax highlighting

2013-04-25 Thread Tom
Hi, Many thanks for your reply. Suvayu Ali schrieb: >On Thu, Apr 25, 2013 at 11:57:49AM +0200, Tom wrote: >> >> #+BEGIN_SRC xml :exports code >> >> >> ... >> >> #+END_SRC >> >> I have org-src-fontify-natively = and it works for other code, but >xml >> is fontified as a fundamental buffe

Re: [O] XML src block syntax highlighting

2013-04-25 Thread Suvayu Ali
On Thu, Apr 25, 2013 at 11:57:49AM +0200, Tom wrote: > > #+BEGIN_SRC xml :exports code > > > ... > > #+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

[O] XML src block syntax highlighting

2013-04-25 Thread Tom
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 ... #+END_SRC I have org-src-fontify-natively = and it works for other code, but xml is fontifie