Re: [O] Adding new switch or header

2015-11-04 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > On Tuesday, 3 Nov 2015 at 21:57, Phillip Lord wrote: > > [...] > >> Are these form of attributes specific to the source block which they >> precede? Or is it possible to do any kind of inheritance with them? For >> my use case, all the code blocks inside a Header O

Re: [O] Adding new switch or header

2015-11-04 Thread Phillip Lord
Eric S Fraga writes: > On Tuesday, 3 Nov 2015 at 21:57, Phillip Lord wrote: > > [...] > >> Are these form of attributes specific to the source block which they >> precede? Or is it possible to do any kind of inheritance with them? For >> my use case, all the code blocks inside a Header One block

Re: [O] Adding new switch or header

2015-11-04 Thread Eric S Fraga
On Tuesday, 3 Nov 2015 at 21:57, Phillip Lord wrote: [...] > Are these form of attributes specific to the source block which they > precede? Or is it possible to do any kind of inheritance with them? For > my use case, all the code blocks inside a Header One block will behave > in the same way (

Re: [O] Adding new switch or header

2015-11-03 Thread Phillip Lord
Eric S Fraga writes: > On Tuesday, 3 Nov 2015 at 15:54, Phillip Lord wrote: >> I am trying to implement a new backend based on the HTML export. I need >> to do some post-processing to the source blocks that needs to be >> optional. For some blocks I need to replace "[" with "\[" and for some I >

Re: [O] Adding new switch or header

2015-11-03 Thread Eric S Fraga
On Tuesday, 3 Nov 2015 at 15:54, Phillip Lord wrote: > I am trying to implement a new backend based on the HTML export. I need > to do some post-processing to the source blocks that needs to be > optional. For some blocks I need to replace "[" with "\[" and for some I > don't. > > I am not sure wh

[O] Adding new switch or header

2015-11-03 Thread Phillip Lord
I am trying to implement a new backend based on the HTML export. I need to do some post-processing to the source blocks that needs to be optional. For some blocks I need to replace "[" with "\[" and for some I don't. I am not sure whether to use headers or switches. So #+begin_src java -s st