From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Filter for recursive counting (org-hierarchical-todo-statistics) Date: Sat, 04 Jan 2014 15:32:17 +0100 Message-ID: <87zjnbstqm.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55742) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzSH9-0005wy-8Q for emacs-orgmode@gnu.org; Sat, 04 Jan 2014 09:32:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VzSH0-00085n-FS for emacs-orgmode@gnu.org; Sat, 04 Jan 2014 09:32:31 -0500 Received: from mail-we0-x22d.google.com ([2a00:1450:400c:c03::22d]:36114) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzSH0-00084D-84 for emacs-orgmode@gnu.org; Sat, 04 Jan 2014 09:32:22 -0500 Received: by mail-we0-f173.google.com with SMTP id u57so14233675wes.4 for ; Sat, 04 Jan 2014 06:32:21 -0800 (PST) In-Reply-To: (Fletcher Charest's message of "Thu, 28 Nov 2013 14:21:55 +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: > My org-hierarchical-todo-statistics variable is set to nil in order > to obtain a recursive count of my TODO items in subtrees. However, I > would like to know if it is possible to filter this count to include > only some TODO keywords. You may want to customize `org-provide-todo-statistics' and set it to a list of TODO keywords for which you want statistics. HTH, -- Bastien