From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: ATTR_LATEX not being applied on dynamic blocks Date: Tue, 03 Sep 2013 17:46:42 +0200 Message-ID: <87a9jt3o2l.fsf@gmail.com> References: <871u5653or.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47664) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGsot-0007uy-0j for emacs-orgmode@gnu.org; Tue, 03 Sep 2013 11:47:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VGsoW-0000Qp-JA for emacs-orgmode@gnu.org; Tue, 03 Sep 2013 11:47:06 -0400 Received: from plane.gmane.org ([80.91.229.3]:49886) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGsoW-0000Qc-B8 for emacs-orgmode@gnu.org; Tue, 03 Sep 2013 11:46:44 -0400 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VGsoT-0006Uu-FQ for emacs-orgmode@gnu.org; Tue, 03 Sep 2013 17:46:41 +0200 In-Reply-To: <871u5653or.fsf@somewhere.org> (Francesco Pizzolante's message of "Tue, 03 Sep 2013 17:24:04 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Francesco Pizzolante Cc: mailing-list-org-mode 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 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