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