From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: How to collect status of all checkboxes in lower subtrees Date: Thu, 10 Oct 2013 12:21:07 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUDN7-000373-Ad for emacs-orgmode@gnu.org; Thu, 10 Oct 2013 06:21:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUDN0-00021W-1d for emacs-orgmode@gnu.org; Thu, 10 Oct 2013 06:21:33 -0400 Received: from plane.gmane.org ([80.91.229.3]:41092) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUDMz-00021P-Qw for emacs-orgmode@gnu.org; Thu, 10 Oct 2013 06:21:25 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VUDMy-0006ZB-Dg for emacs-orgmode@gnu.org; Thu, 10 Oct 2013 12:21:24 +0200 Received: from 212.34.176.74 ([212.34.176.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Oct 2013 12:21:24 +0200 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Oct 2013 12:21:24 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi! I have a headline with several sub headlines and sub items in lists. Scattered all over I have checkboxes. I would very much like to collect and see the overall status of unchecked checkboxes. Example: * project ** subproject 1 - [ ] todo 1 - [X] todo 2 - [ ] todo 3 *** sub subproject 1 - [ ] todo 1 - [ ] todo 2 - [X] todo 3 ... I would like to see * project [2/6] ... Is there a way to achieve this? I already know about org-hierarchical-todo-statistics and org-hierarchical-checkbox-statistics. Thanks, Rainer