From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: htmlize and #+INCLUDE: Date: Thu, 01 Nov 2012 19:00:28 +0100 Message-ID: <87mwz1qk3n.fsf@gmail.com> References: <87r4odqmoh.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47714) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTz8J-0007On-7L for emacs-orgmode@gnu.org; Thu, 01 Nov 2012 14:04:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TTz8E-00072w-J1 for emacs-orgmode@gnu.org; Thu, 01 Nov 2012 14:04:47 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:43378) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTz8E-00072l-Co for emacs-orgmode@gnu.org; Thu, 01 Nov 2012 14:04:42 -0400 Received: by mail-wi0-f171.google.com with SMTP id hj13so433902wib.12 for ; Thu, 01 Nov 2012 11:04:41 -0700 (PDT) In-Reply-To: (Fabrice Popineau's message of "Thu, 1 Nov 2012 18:31:05 +0100") 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" Fabrice Popineau writes: > Given the fact that '#+INCLUDE: "file" src java' is expanded into an src > block, > I assume that htmlize should apply there too. Am I wrong? I think you're correct. A quick test shows me fontification is fine. Do you have an ECM to show the problem? Regards,