From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jari Aalto Subject: [PATCH] Update both indicators: [/] and [%] Date: Sat, 20 Dec 2008 21:25:34 +0200 Message-ID: <87iqpesl75.fsf@jondo.cante.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LE7SR-0002rD-EC for emacs-orgmode@gnu.org; Sat, 20 Dec 2008 14:25:51 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LE7SQ-0002r1-Mr for emacs-orgmode@gnu.org; Sat, 20 Dec 2008 14:25:50 -0500 Received: from [199.232.76.173] (port=60388 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LE7SQ-0002qy-Jr for emacs-orgmode@gnu.org; Sat, 20 Dec 2008 14:25:50 -0500 Received: from main.gmane.org ([80.91.229.2]:51274 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LE7SQ-0007uS-9D for emacs-orgmode@gnu.org; Sat, 20 Dec 2008 14:25:50 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LE7SL-0006RY-9u for emacs-orgmode@gnu.org; Sat, 20 Dec 2008 19:25:45 +0000 Received: from a91-155-187-216.elisa-laajakaista.fi ([91.155.187.216]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 20 Dec 2008 19:25:45 +0000 Received: from jari.aalto by a91-155-187-216.elisa-laajakaista.fi with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 20 Dec 2008 19:25:45 +0000 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 patch allows writing both indicators and to update them: * Inbox [%] [/] ** TODO ... ** TODO ... M-x org-update-parent-todo-statistics 2008-12-20 Jari Aalto * org.el (org-update-parent-todo-statistics-1): New function. Accept argument RE to update paricular statistics. (org-update-parent-todo-statistics): Move functionality to `org-update-parent-todo-statistics-1'. Update both indicators: [/] and [%]. Get it at: git remote add http://git.cante.net/my/emacs-lisp-dev--org.git git fetch git branch -a git checkout -b test master git diff git merge Where changes are in "org-update-parent-todo-statistics+both-indicators" Jari