emacs-orgmode
[Top][All Lists]
Advanced

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

[O] ATTR_LATEX not being applied on dynamic blocks


From: Francesco Pizzolante
Subject: [O] ATTR_LATEX not being applied on dynamic blocks
Date: Tue, 03 Sep 2013 17:24:04 +0200
User-agent: Gnus/5.130004 (Ma Gnus v0.4) Emacs/24.2 (windows-nt)

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



reply via email to

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