From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Francesco Pizzolante" Subject: ATTR_LATEX not being applied on dynamic blocks Date: Tue, 03 Sep 2013 17:24:04 +0200 Message-ID: <871u5653or.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: 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-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: mailing-list-org-mode 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--- #+LATEX_HEADER: \usepackage{tabularx} * Tasks Some tasks with CLOCK lines. ** Design *** TODO Do this :LOGBOOK: CLOCK: [2013-06-19 Wed 09:00]--[2013-06-19 Wed 10:11] => 1:11 :END: :PROPERTIES: :Effort: 2:00 :END: ** Develop *** TODO Do that :LOGBOOK: CLOCK: [2013-06-19 Wed 10:00]--[2013-06-19 Wed 12:22] => 2:22 CLOCK: [2013-06-20 Thu 10:01]--[2013-06-20 Thu 12:35] => 2:34 :END: * Reporting ** Summary #+ATTR_LATEX: :environment tabularx :width \linewidth :align Xrrr #+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. | 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: --8<---------------cut here---------------end--------------->8--- This issue is a regression compared to Org 7 as this example works perfectly with Org 7 (with this tiny change): --8<---------------cut here---------------start------------->8--- #+ATTR_LATEX: tabularx width=\linewidth align=Xrrr --8<---------------cut here---------------end--------------->8--- Any help is welcome. Regards, Francesco [1] http://lists.gnu.org/archive/html/emacs-orgmode/2013-07/msg00089.html