Re: [O] ATTR_LATEX not being applied on dynamic blocks

2013-09-05 Thread Francesco Pizzolante
Hello Nicolas, Nicolas Goaziou wrote: > "Francesco Pizzolante" writes: > >> But if I try what you suggest and move the #+ATTR_LATEX line inside the >> dynamic block (after the #+BEGIN: clocktable and just before the generated >> table), then this line gets lost as soon as the dynamic block is >

Re: [O] ATTR_LATEX not being applied on dynamic blocks

2013-09-04 Thread Nicolas Goaziou
Hello, "Francesco Pizzolante" writes: > But if I try what you suggest and move the #+ATTR_LATEX line inside the > dynamic block (after the #+BEGIN: clocktable and just before the generated > table), then this line gets lost as soon as the dynamic block is regenerated, > which is not what I exp

Re: [O] ATTR_LATEX not being applied on dynamic blocks

2013-09-04 Thread Francesco Pizzolante
Hi Nicolas, > Attributes are correctly applied to the block, but you want them to > apply on the inner table instead, which is different. Indeed, this is a better expression of what I want. > Correct syntax should be something along the lines of: > > #+BEGIN: clocktable :maxlevel 4 :scope

[O] ATTR_LATEX not being applied on dynamic blocks

2013-09-03 Thread Francesco Pizzolante
Hi, I have an issue with ATTR_LATEX attributes not being applied to the clocktable dynamic block. This issue is similar to the one exposed by Sebastien in his post [1], so I took his ECM and modified it a little bit. Here's it is: --8<---cut here---start->8--

Re: [O] ATTR_LATEX not being applied on dynamic blocks

2013-09-03 Thread Nicolas Goaziou
Hello, "Francesco Pizzolante" writes: > Hi, > > I have an issue with ATTR_LATEX attributes not being applied to the clocktable > dynamic block. > > This issue is similar to the one exposed by Sebastien in his post [1], so I > took > his ECM and modified it a little bit. Attributes are correc