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.

Reply via email to