From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: Re: value of properties Date: Thu, 11 Nov 2010 14:10:09 +0100 Message-ID: <4CDBEB31.1030802@christianmoe.com> References: Reply-To: mail@christianmoe.com Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=48884 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PGWsr-0006vF-8w for emacs-orgmode@gnu.org; Thu, 11 Nov 2010 08:08:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PGWsq-0008BC-7h for emacs-orgmode@gnu.org; Thu, 11 Nov 2010 08:08:09 -0500 Received: from mars.hitrost.net ([91.185.193.39]:28881) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PGWsp-0008B2-Su for emacs-orgmode@gnu.org; Thu, 11 Nov 2010 08:08:08 -0500 In-Reply-To: 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: Alin Soare Cc: emacs-orgmode@gnu.org Hi again, On second thought, I think you want to forget the solution I posted earlier today to your first problem. The sensible Org way to do it would be: - using headings with TODOs, not list items with checkboxes (as in my earlier example) - putting the numbers in a property, not the heading text, - defining a column view, - capturing the column view as a table in a dynamic block, and - adding a formula to that table that will extract and sum only the DONE items. I may post a full example later. Yours, Christian