From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Cave Subject: Hierarchical checkbox summary works on one machine but not another Date: Thu, 14 Jan 2010 11:43:20 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NVOcd-0002UP-D8 for emacs-orgmode@gnu.org; Thu, 14 Jan 2010 07:16:19 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NVOca-0002PX-2c for emacs-orgmode@gnu.org; Thu, 14 Jan 2010 07:16:19 -0500 Received: from [199.232.76.173] (port=43355 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NVOcZ-0002PQ-QG for emacs-orgmode@gnu.org; Thu, 14 Jan 2010 07:16:15 -0500 Received: from mx20.gnu.org ([199.232.41.8]:10448) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NVOFk-000750-H8 for emacs-orgmode@gnu.org; Thu, 14 Jan 2010 06:52:40 -0500 Received: from lo.gmane.org ([80.91.229.12]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NVO7B-0004iY-1q for emacs-orgmode@gnu.org; Thu, 14 Jan 2010 06:43:49 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NVO74-0005kK-Kl for emacs-orgmode@gnu.org; Thu, 14 Jan 2010 12:43:43 +0100 Received: from c211-30-212-132.belrs1.nsw.optusnet.com.au ([c211-30-212-132.belrs1.nsw.optusnet.com.au]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Jan 2010 12:43:42 +0100 Received: from charles.cave by c211-30-212-132.belrs1.nsw.optusnet.com.au with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Jan 2010 12:43:42 +0100 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 The following hierarchical list structure has checkbox statistics "cookies" at a top level as well as the 2nd level. I use org-mode 6.34 on Windows XP on both my home and office PCs. I am stumped that the following structure updates the cookies correctly on my work machine as follows..... + Total Food [6/8] 1. Fruit [3/3] - [X] Bananas - [X] Oranges - [X] Grapes 2. Vegetables [1/2] - [X] Carrots - [ ] Potatoes 3. Drinks [2/3] - [X] Water - [ ] Coffee - [X] Wine ....but ignores the structure on the home computer: + Total Food [3/3] <--- should say [6/8] 1. Fruit [3/3] - [X] Bananas - [X] Oranges - [X] Grapes 2. Vegetables [2/2] - [X] Carrots - [X] Potatoes 3. Drinks [3/3] - [X] Water - [X] Coffee - [X] Wine I cleaned out the elisp folder on the home machine and reinstalled org-mode, but I can't understand the difference. Is there a customisation variable apart from org-hierarchical-checkbox-statistics? Thakns Charles