emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Export options processed in example block


From: Suvayu Ali
Subject: Re: [O] Export options processed in example block
Date: Thu, 18 Oct 2012 12:32:04 +0200
User-agent: Mutt/1.5.21 (2011-07-01)

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

[Prev in Thread] Current Thread [Next in Thread]