From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: htmlize and #+INCLUDE: Date: Thu, 01 Nov 2012 18:04:46 +0100 Message-ID: <87r4odqmoh.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44587) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTyGP-00050S-UK for emacs-orgmode@gnu.org; Thu, 01 Nov 2012 13:09:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TTyGL-0003X0-8e for emacs-orgmode@gnu.org; Thu, 01 Nov 2012 13:09:05 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:50793) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTyGL-0003Wq-2U for emacs-orgmode@gnu.org; Thu, 01 Nov 2012 13:09:01 -0400 Received: by mail-wg0-f49.google.com with SMTP id gg4so1343925wgb.30 for ; Thu, 01 Nov 2012 10:09:00 -0700 (PDT) In-Reply-To: (Fabrice Popineau's message of "Thu, 1 Nov 2012 10:48:18 +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" Hello, Fabrice Popineau writes: > Is there something special to do for htmlize to process an #+INCLUDE'd > source file ? No. > Besides this, as far as I Can see, I have to use : > #+BEGIN_SRC java > but > #+INCLUDE: file java It's #+INCLUDE: "file" src java > Why to use a colon in one case and not in the other one? Or am I wrong > here? #+INCLUDE: is a keyword, like #+TITLE: whereas #+BEGIN_SRC is a block, like #+BEGIN_CENTER. Not the same object, not the same syntax. Regards, -- Nicolas Goaziou