From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Summarizing on a property Date: Fri, 17 Oct 2008 15:46:59 +0200 Message-ID: <7480CFDC-2678-45A3-BEE1-9FC418D3E081@uva.nl> References: <20081016220625.GF1080@thinkpad.adamsinfoserv.com> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KqpfU-0001rf-QZ for emacs-orgmode@gnu.org; Fri, 17 Oct 2008 09:47:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KqpfT-0001rB-Qd for emacs-orgmode@gnu.org; Fri, 17 Oct 2008 09:47:04 -0400 Received: from [199.232.76.173] (port=36136 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KqpfT-0001r8-Ot for emacs-orgmode@gnu.org; Fri, 17 Oct 2008 09:47:03 -0400 Received: from ey-out-1920.google.com ([74.125.78.147]:60609) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KqpfT-0006Lw-9D for emacs-orgmode@gnu.org; Fri, 17 Oct 2008 09:47:03 -0400 Received: by ey-out-1920.google.com with SMTP id 4so200159eyg.24 for ; Fri, 17 Oct 2008 06:47:01 -0700 (PDT) In-Reply-To: <20081016220625.GF1080@thinkpad.adamsinfoserv.com> 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: Russell Adams Cc: Org Mode List Hi Russel, there is nothing in Org currently to make this possible. However, using the mapping API (see Appendix B6 in the manual), it should be straight forward to write a function to do this. - Carsten On Oct 17, 2008, at 12:06 AM, Russell Adams wrote: > 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 > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode