From mboxrd@z Thu Jan 1 00:00:00 1970 From: Russell Adams Subject: Summarizing on a property Date: Thu, 16 Oct 2008 17:06:25 -0500 Message-ID: <20081016220625.GF1080@thinkpad.adamsinfoserv.com> 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 1KqazI-0007cm-AJ for emacs-orgmode@gnu.org; Thu, 16 Oct 2008 18:06:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KqazH-0007ca-Tk for emacs-orgmode@gnu.org; Thu, 16 Oct 2008 18:06:31 -0400 Received: from [199.232.76.173] (port=58248 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KqazH-0007cX-JJ for emacs-orgmode@gnu.org; Thu, 16 Oct 2008 18:06:31 -0400 Received: from squirtle.drak.net ([72.52.144.201]:43285) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KqazG-0003in-Rk for emacs-orgmode@gnu.org; Thu, 16 Oct 2008 18:06:31 -0400 Received: from [206.180.154.148] (helo=localhost) by squirtle.drak.net with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1Kqaz6-0005TV-JI for emacs-orgmode@gnu.org; Thu, 16 Oct 2008 17:06:20 -0500 Content-Disposition: inline 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: Org Mode List If I want to sum how many hours Bill will spend, how can I find that? I've already tried a sparse tree with column view, though it limits them the sum is still of all. ***************************************************************************** * Project :PROPERTIES: :COLUMNS: %30ITEM %10TODO %WHO %4DURATION{:} :END: ** TODO 1 :PROPERTIES: :DURATION: 1:00 :WHO: BILL :END: ** TODO 2 :PROPERTIES: :DURATION: 1:00 :WHO: JANE :END: ** TODO 3 :PROPERTIES: :DURATION: 1:00 :WHO: BILL :END: * Table #+BEGIN: columnview :hlines 1 :id local | ITEM | TODO | WHO | DURATION | |-----------+------+------+----------| | * Project | | | 3:00 | | ** 1 | TODO | BILL | 1:00 | | ** 2 | TODO | JANE | 1:00 | | ** 3 | TODO | BILL | 1:00 | #+END: ********************************************************************** ------------------------------------------------------------------ Russell Adams RLAdams@AdamsInfoServ.com PGP Key ID: 0x1160DCB3 http://www.adamsinfoserv.com/ Fingerprint: 1723 D8CA 4280 1EC9 557F 66E8 1154 E018 1160 DCB3