From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: BEGIN_SRC breaks rendering of org source Date: Tue, 23 Jun 2009 14:12:41 +0200 Message-ID: <366A2B9A-02A2-4939-9444-AE08D03883CD@gmail.com> References: <7136ADE7-4FBA-4379-8079-34AD9F75EDBA@nf.mpg.de> Mime-Version: 1.0 (Apple Message framework v935.3) 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 1MJ4rt-0000OP-6l for emacs-orgmode@gnu.org; Tue, 23 Jun 2009 08:12:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJ4ro-0000LY-AD for emacs-orgmode@gnu.org; Tue, 23 Jun 2009 08:12:52 -0400 Received: from [199.232.76.173] (port=37783 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJ4rn-0000LR-Li for emacs-orgmode@gnu.org; Tue, 23 Jun 2009 08:12:47 -0400 Received: from mail-ew0-f220.google.com ([209.85.219.220]:35822) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MJ4rn-0006WN-5S for emacs-orgmode@gnu.org; Tue, 23 Jun 2009 08:12:47 -0400 Received: by ewy20 with SMTP id 20so17562ewy.42 for ; Tue, 23 Jun 2009 05:12:46 -0700 (PDT) In-Reply-To: <7136ADE7-4FBA-4379-8079-34AD9F75EDBA@nf.mpg.de> 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: Stefan Vollmar Cc: emacs-orgmode 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 =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 > > > > > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode