emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] clocktable empty on latex export selected subtree


From: Jeff Kowalczyk
Subject: [Orgmode] clocktable empty on latex export selected subtree
Date: Sun, 12 Dec 2010 05:11:34 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

When I export a selected subtree via pdflatex (C-c @, C-c C-e, p). the rows of
the rendered clocktable are empty:

---
Clock summary at 2010-12-11 Sat 21:00
Headline Time
*Total time

---

Exporting the whole buffer renders the rows correctly.

Exporting the subtree (C-c @, C-c C-e, A) to ASCII works correctly

The following Org file can be used to reproduce, I'm using Emacs 24 bzr trunk,
Org git master g561c0.

I suppose it could be my clocktable options, any ideas?

Thanks,
Jeff

---
* TODO Worklog ACME Invoice                                         :worklog:

#+BEGIN: clocktable :maxlevel 2 :scope subtree :indent nil :narrow nil
Clock summary at [2010-12-11 Sat 21:00]

| Headline                  | Time   |      |
|---------------------------+--------+------|
| *Total time*              | *0:03* |      |
|---------------------------+--------+------|
| TODO Worklog ACME Invoice | 0:03   |      |
| DONE server updates       |        | 0:03 |
#+END:

** DONE server updates
   CLOSED: [2010-10-29 Fri 17:45]
   :LOGBOOK:
   CLOCK: [2010-10-29 Fri 17:44]--[2010-10-29 Fri 17:45] =>  0:01
   CLOCK: [2010-10-29 Fri 17:40]--[2010-10-29 Fri 17:42] =>  0:02
   :END:

Updates on server.
---




reply via email to

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