From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Vollmar Subject: BEGIN_SRC breaks rendering of org source Date: Tue, 23 Jun 2009 08:12:17 +0200 Message-ID: <7136ADE7-4FBA-4379-8079-34AD9F75EDBA@nf.mpg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MIzF3-0007P0-Ss for emacs-orgmode@gnu.org; Tue, 23 Jun 2009 02:12:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MIzEy-0007IT-Gk for emacs-orgmode@gnu.org; Tue, 23 Jun 2009 02:12:24 -0400 Received: from [199.232.76.173] (port=55486 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MIzEy-0007IQ-6a for emacs-orgmode@gnu.org; Tue, 23 Jun 2009 02:12:20 -0400 Received: from mail.nf.mpg.de ([134.95.44.50]:60366) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MIzEx-0003Rk-Nf for emacs-orgmode@gnu.org; Tue, 23 Jun 2009 02:12:19 -0400 Received: from [192.168.178.21] (pD9E61BAE.dip.t-dialin.net [217.230.27.174]) by mail.nf.mpg.de (Sun Java(tm) System Messaging Server 6.3-6.03 (built Mar 14 2008; 32bit)) with ESMTPSA id <0KLO009E9HEUVO00@mail.nf.mpg.de> for emacs-orgmode@gnu.org; Tue, 23 Jun 2009 08:16:06 +0200 (MEST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Hello, taking up a nice suggestion from Sebastian Rose, I want to present =20 some org source with proper syntax highlighting. However, there is a =20 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 =20 print-line - the rest of the org file is not rendered as source but =20 interpreted. I use (require 'htmlize) and maybe here is the problem? Warm regards, Stefan --=20 Dr. Stefan Vollmar, Dipl.-Phys. Max-Planck-Institut f=FCr neurologische Forschung Gleuelerstr. 50, 50931 K=F6ln, Germany Tel.: +49-221-4726-213 FAX +49-221-4726-298 Tel.: +49-221-478-5713 Mobile: 0160-93874279 Email: vollmar@nf.mpg.de http://www.nf.mpg.de