From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Lee Subject: After TODO statistics problem Date: Wed, 12 May 2010 15:32:57 +0800 Message-ID: <4BEA59A9.6050703@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=42245 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OC6RP-0002A5-Ew for emacs-orgmode@gnu.org; Wed, 12 May 2010 03:33:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OC6RL-0002HN-4N for emacs-orgmode@gnu.org; Wed, 12 May 2010 03:33:14 -0400 Received: from mail-pz0-f198.google.com ([209.85.222.198]:54511) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OC6RJ-0002Gb-4K for emacs-orgmode@gnu.org; Wed, 12 May 2010 03:33:10 -0400 Received: by pzk36 with SMTP id 36so3725351pzk.24 for ; Wed, 12 May 2010 00:33:05 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi all, I add CNCL(cancel) and WAIT to TODO keywords, which is copied from Prof.Dominik's presentation. In below example, the statistics of TODO should be [1/3] (because CNCL should not be considered as a valid headline), but not [1/4]. How to omit the CNCL headline? Shall I modify value or add a hook? (example modified from Org Mode Manual Section 5.5) * Organize Party [1/4] ** TODO Call people [1/2] *** TODO Peter *** DONE Sarah ** WAIT Buy food ** DONE Talk to neighbor ** CNCL Waste time My environment is Emacs 23.1, Org 6.36. Thanks, - David