emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] BEGIN_SRC breaks rendering of org source


From: Stefan Vollmar
Subject: [Orgmode] BEGIN_SRC breaks rendering of org source
Date: Tue, 23 Jun 2009 08:12:17 +0200

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









reply via email to

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