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.
---


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to