Re: [O] Export options processed in example block

2012-10-18 Thread Suvayu Ali
Hi Nicolas, On Thu, Oct 18, 2012 at 02:59:05PM +0200, Nicolas Quiniou wrote: > Le 18/10/2012 12:32, Suvayu Ali a écrit : > > So something like this should work: > > > > #+TITLE: Testing example block > > > > #+begin_example > > ,#+TITLE: My title > > #+end_example > > That's right. Thanks you

Re: [O] Export options processed in example block

2012-10-18 Thread Nicolas Quiniou
Le 18/10/2012 12:32, Suvayu Ali a écrit : > So something like this should work: > > #+TITLE: Testing example block > > #+begin_example > ,#+TITLE: My title > #+end_example That's right. Thanks you. Could we improve org-protecting-blocks documentation or Org manual on that point ?

Re: [O] Export options processed in example block

2012-10-18 Thread Suvayu Ali
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 titl

[O] Export options processed in example block

2012-10-18 Thread Nicolas Quiniou
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 HTML file -- [..] My title [..] To obtain expected results, I found two solution