From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: Export options processed in example block Date: Thu, 18 Oct 2012 12:32:04 +0200 Message-ID: <20121018103204.GA16407@kuru.dyndns-at-home.com> References: <507FCCED.8000605@mdl29.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46146) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOnOd-0004YA-31 for emacs-orgmode@gnu.org; Thu, 18 Oct 2012 06:32:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOnOc-0004DE-3J for emacs-orgmode@gnu.org; Thu, 18 Oct 2012 06:32:10 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:35491) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOnOb-0004DA-TE for emacs-orgmode@gnu.org; Thu, 18 Oct 2012 06:32:10 -0400 Received: by mail-wi0-f171.google.com with SMTP id hj13so1407631wib.12 for ; Thu, 18 Oct 2012 03:32:09 -0700 (PDT) Content-Disposition: inline In-Reply-To: <507FCCED.8000605@mdl29.net> 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 Nicolas, On Thu, Oct 18, 2012 at 11:33:33AM +0200, Nicolas Quiniou wrote: > Hi, > > When I put #+TITLE in a block example and try to export an Org file in > HTML (with org-export), results are unexpected : > > Org file > -- > #+TITLE: Testing example block > #+begin_example > #+TITLE: My title > #+end_example > As far as I know org syntax in example blocks need to be protected by a comma. So something like this should work: #+TITLE: Testing example block #+begin_example ,#+TITLE: My title #+end_example Hope this helps, -- Suvayu Open source is the future. It sets us free.