From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Problem with some src blocks Date: Sat, 27 Oct 2012 12:00:13 +0200 Message-ID: <87bofojkuq.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50476) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TS3F1-0002jN-0H for emacs-orgmode@gnu.org; Sat, 27 Oct 2012 06:03:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TS3Ez-0005Nl-U3 for emacs-orgmode@gnu.org; Sat, 27 Oct 2012 06:03:42 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:59855) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TS3Ez-0005NX-Mk for emacs-orgmode@gnu.org; Sat, 27 Oct 2012 06:03:41 -0400 Received: by mail-we0-f169.google.com with SMTP id u3so2052962wey.0 for ; Sat, 27 Oct 2012 03:03:40 -0700 (PDT) In-Reply-To: (Fabrice Popineau's message of "Sat, 27 Oct 2012 11:50:22 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Fabrice Popineau Cc: emacs-orgmode@gnu.org Hello, Fabrice Popineau writes: > I have these lines : > > Bla bla bla > > #+INCLUDE: "../java/Power2/Power2.java" src java > > Bla bla bla > > that get exported this way : > >

> Bla bla bla >

> >

> #+BEGIN_SRC java > public class Power2 > ... > > How is it possible that the src block be exported literally ? > I tried a couple of other java files but it happends only with this one. > (I will look into it but if in the mean time someone has an explanation > and better: a fix !) Does it happen with the new exporter? Also, could you provide Power2.java so I can try to reproduce it? Thanks. Regards, -- Nicolas Goaziou