From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?=C3=93scar_Fuentes?= Subject: Progress cookies on headers without subitems Date: Fri, 11 Dec 2009 14:24:08 +0100 Message-ID: <87638dr6dj.fsf@telefonica.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NJ5UE-0001Ci-Ql for emacs-orgmode@gnu.org; Fri, 11 Dec 2009 08:24:46 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NJ5U8-00017P-1e for emacs-orgmode@gnu.org; Fri, 11 Dec 2009 08:24:45 -0500 Received: from [199.232.76.173] (port=39836 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NJ5U7-000173-Sh for emacs-orgmode@gnu.org; Fri, 11 Dec 2009 08:24:39 -0500 Received: from lo.gmane.org ([80.91.229.12]:35841) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NJ5U7-0000DB-Gd for emacs-orgmode@gnu.org; Fri, 11 Dec 2009 08:24:39 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NJ5U5-0007Ws-1o for emacs-orgmode@gnu.org; Fri, 11 Dec 2009 14:24:37 +0100 Received: from 64.red-83-34-21.dynamicip.rima-tde.net ([83.34.21.64]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Dec 2009 14:24:37 +0100 Received: from ofv by 64.red-83-34-21.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Dec 2009 14:24:37 +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 When a [/] is used on a header that does not contain subitems, pressing C-c C-c on it signals an error on the minibuffer: org-update-statistics-cookies: No data for statistics cookie and the cookie appears with the same face (text color) as if it were incomplete. IMHO, [/] on a header without subitems should show [0/0] with the same face used for the case where all subitems are done. -- Óscar