emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* clocktable empty on latex export selected subtree
@ 2010-12-12  5:11 Jeff Kowalczyk
  0 siblings, 0 replies; only message in thread
From: Jeff Kowalczyk @ 2010-12-12  5:11 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-12-12  5:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-12  5:11 clocktable empty on latex export selected subtree Jeff Kowalczyk

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).