From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Filter for recursive counting (org-hierarchical-todo-statistics) Date: Mon, 20 Jan 2014 16:09:35 +0100 Message-ID: <87lhyau1u8.fsf@bzg.ath.cx> References: <87zjnbstqm.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35464) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5GTz-0005u4-GN for emacs-orgmode@gnu.org; Mon, 20 Jan 2014 10:09:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5GTq-0005dY-SE for emacs-orgmode@gnu.org; Mon, 20 Jan 2014 10:09:47 -0500 Received: from mail-wg0-x229.google.com ([2a00:1450:400c:c00::229]:61366) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5GTq-0005dO-Li for emacs-orgmode@gnu.org; Mon, 20 Jan 2014 10:09:38 -0500 Received: by mail-wg0-f41.google.com with SMTP id n12so4044951wgh.0 for ; Mon, 20 Jan 2014 07:09:38 -0800 (PST) In-Reply-To: (Fletcher Charest's message of "Tue, 14 Jan 2014 17:13:43 +0100") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Fletcher Charest Cc: emacs-orgmode@gnu.org Hi Fletcher, Fletcher Charest writes: > Okay, actually, after using this solution, there is just one thing I > think that could be considered a bug (not very problematic though). I just pushed a fix for this in master. (The reason I'm pushing it to master instead of maint is that the maint branch will go into Emacs 24.4 soon, and we try to fix only obvious or important bugs there -- this one was more a limitation than a bug.) You can set (setq org-provide-todo-statistics '(("TODO") ("DONE"))) and stats will be updated based on those two keywords only. Let me know if this works for you, -- Bastien