From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabrice Popineau Subject: Problem with some src blocks Date: Sat, 27 Oct 2012 11:50:22 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53945) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TS32S-0007MD-I8 for emacs-orgmode@gnu.org; Sat, 27 Oct 2012 05:50:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TS32R-0002jb-IB for emacs-orgmode@gnu.org; Sat, 27 Oct 2012 05:50:44 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:48699) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TS32R-0002jW-AY for emacs-orgmode@gnu.org; Sat, 27 Oct 2012 05:50:43 -0400 Received: by mail-wg0-f49.google.com with SMTP id gg4so1944976wgb.30 for ; Sat, 27 Oct 2012 02:50:42 -0700 (PDT) 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: emacs-orgmode@gnu.org Hi, 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 !) Best regards, -- Fabrice