From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Alan Dorman Subject: Re: Regression? Clocktable no longer includes TODO keywords Date: Wed, 12 Jul 2017 08:29:50 -0400 Message-ID: <87d195rg75.fsf@jaunder.io> References: <87bmopdg6m.fsf@jaunder.io> <87mv8926yf.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36773) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dVGmB-0005do-FC for emacs-orgmode@gnu.org; Wed, 12 Jul 2017 08:29:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dVGm8-0002eF-CB for emacs-orgmode@gnu.org; Wed, 12 Jul 2017 08:29:55 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:34283) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dVGm8-0002dv-7a for emacs-orgmode@gnu.org; Wed, 12 Jul 2017 08:29:52 -0400 In-Reply-To: <87mv8926yf.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Wed, 12 Jul 2017 14:08:40 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Thanks for your reply (and all the work you do on org), Nicolas. > This doesn't ring a bell. Anyway, the current behaviour sounds right, > since you can get TODO state with the "TODO" special property anyway. But that will actually end up in another column, won't it? As a bit of background: I have, historically, harvested the "Headline" column for a weekly report, which depends on the state of the headline being included---not including it there, even if it can be in a separate column, dramatically decreases the utility of the clocktable for me because it becomes a lot more work to produce that report. Of course maybe the answer is that I should just write the elisp to generate the report, but that's a big chunk of work, too. :() For the moment, I guess I'll just stick with 9.05 Mike.