emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Regression? Clocktable no longer includes TODO keywords
@ 2017-07-12 11:53 Michael Alan Dorman
  2017-07-12 12:08 ` Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Alan Dorman @ 2017-07-12 11:53 UTC (permalink / raw)
  To: emacs-orgmode

Given the following document:

    * TODO Thingy
    ** TODO Sub-Thingy 1
       :LOGBOOK:
       CLOCK: [2017-07-12 Wed 07:15]--[2017-07-12 Wed 07:25] =>  0:10
       :END:
    ** DONE Sub-Thingy 2
       :LOGBOOK:
       CLOCK: [2017-07-12 Wed 07:25]--[2017-07-12 Wed 07:31] =>  0:06
       :END:

I would previously get a clocktable like (simulated):

    #+BEGIN: clocktable
    #+CAPTION: Clock summary at [2017-07-12 Wed 07:32]
    | Headline              | Time   |      |
    |-----------------------+--------+------|
    | *Total time*          | *0:16* |      |
    |-----------------------+--------+------|
    | TODO Thingy           | 0:16   |      |
    | \_  TODO Sub-Thingy 1 |        | 0:10 |
    | \_  DONE Sub-Thingy 2 |        | 0:06 |
    #+END:

Starting with (I believe) org 9.05, I get

    #+BEGIN: clocktable
    #+CAPTION: Clock summary at [2017-07-12 Wed 07:32]
    | Headline         | Time   |      |
    |------------------+--------+------|
    | *Total time*     | *0:16* |      |
    |------------------+--------+------|
    | Thingy           | 0:16   |      |
    | \_  Sub-Thingy 1 |        | 0:10 |
    | \_  Sub-Thingy 2 |        | 0:06 |
    #+END:

I don't see any note of this in ORG-NEWS, so I assume it's a
regression.  I haven't had a chance to really dig into it yet.

Mike.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-07-12 12:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-12 11:53 Regression? Clocktable no longer includes TODO keywords Michael Alan Dorman
2017-07-12 12:08 ` Nicolas Goaziou
2017-07-12 12:29   ` Michael Alan Dorman
2017-07-12 12:36     ` Nicolas Goaziou

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