emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] BEGIN_SRC breaks rendering of org source


From: Carsten Dominik
Subject: Re: [Orgmode] BEGIN_SRC breaks rendering of org source
Date: Tue, 23 Jun 2009 14:12:41 +0200

Fixed, thanks.

- Carsten

On Jun 23, 2009, at 8:12 AM, Stefan Vollmar wrote:

Hello,

taking up a nice suggestion from Sebastian Rose, I want to present some org source with proper syntax highlighting. However, there is a problem when using "BEGIN_SRC" blocks it seems.

If one puts this org contents into a file "test.org":

* One Headline
Some Text
#+BEGIN_SRC python
print "some output"
#+END_SRC
* Another headline
More text

and renders it from another org-file with:

#+INCLUDE: "./test.org" src org

everything will be fine (beautiful, infact) up to and including the print-line - the rest of the org file is not rendered as source but interpreted.

I use
(require 'htmlize)
and maybe here is the problem?

Warm regards,
Stefan
--
Dr. Stefan Vollmar, Dipl.-Phys.
Max-Planck-Institut für neurologische Forschung
Gleuelerstr. 50, 50931 Köln, Germany
Tel.: +49-221-4726-213  FAX +49-221-4726-298
Tel.: +49-221-478-5713  Mobile: 0160-93874279
Email: address@hidden   http://www.nf.mpg.de







_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

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