From: Michael Alan Dorman <mdorman@jaunder.io>
To: emacs-orgmode@gnu.org
Subject: Regression? Clocktable no longer includes TODO keywords
Date: Wed, 12 Jul 2017 07:53:53 -0400 [thread overview]
Message-ID: <87bmopdg6m.fsf@jaunder.io> (raw)
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.
next reply other threads:[~2017-07-12 11:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-12 11:53 Michael Alan Dorman [this message]
2017-07-12 12:08 ` Regression? Clocktable no longer includes TODO keywords Nicolas Goaziou
2017-07-12 12:29 ` Michael Alan Dorman
2017-07-12 12:36 ` Nicolas Goaziou
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87bmopdg6m.fsf@jaunder.io \
--to=mdorman@jaunder.io \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.