emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Nicolas Goaziou
Subject: Re: [O] ATTR_LATEX not being applied on dynamic blocks
Date: Tue, 03 Sep 2013 17:46:42 +0200


Hello,

"Francesco Pizzolante"
<fpz-djc/address@hidden> 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 correctly applied to the block, but you want them to
apply on the inner table instead, which is different.  Correct syntax
should be something along the lines of:

  #+BEGIN: clocktable :maxlevel 4 :scope file :block 2013-06 :lang "en" :narrow 
80! :indent t
  Clock summary at [2013-09-03 Tue 17:16], for June 2013.
  #+ATTR_LATEX: :environment tabularx :width \linewidth :align Xrrr
  | Headline            | Time |      |      |
  |---------------------+------+------+------|
  | Total time          | 6:07 |      |      |
  |---------------------+------+------+------|
  | Tasks               | 6:07 |      |      |
  | \__ Design          |      | 1:11 |      |
  | \_____ TODO Do this |      |      | 1:11 |
  | \__ Develop         |      | 4:56 |      |
  | \_____ TODO Do that |      |      | 4:56 |
  #+END:


Regards,

-- 
Nicolas Goaziou




reply via email to

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