From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ilya Shlyakhter Subject: Re: Re: New clocktable code Date: Wed, 3 Nov 2010 12:29:19 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=44319 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDgDD-0003Fg-Ct for emacs-orgmode@gnu.org; Wed, 03 Nov 2010 12:29:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PDgDC-0001pa-9r for emacs-orgmode@gnu.org; Wed, 03 Nov 2010 12:29:23 -0400 Received: from mail-yw0-f41.google.com ([209.85.213.41]:55938) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PDgDC-0001pL-7R for emacs-orgmode@gnu.org; Wed, 03 Nov 2010 12:29:22 -0400 Received: by ywl5 with SMTP id 5so699229ywl.0 for ; Wed, 03 Nov 2010 09:29:21 -0700 (PDT) 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: Carsten Dominik Cc: emacs-orgmode@gnu.org > However, your proposal still sounds abstract - do you > have concrete examples in mind? You could see a breakdown of your budget e.g. how much money you've spent on various areas of life in a given period, if you record money spent as a property and immediately CLOSE the entry on the date the money is spent. You could count how many tasks you have closed in each area of your life / for each project & its sub-project in a given period, if you make an inherited property with the default value of 1. For harder / more important tasks that are worth several simpler tasks, you could override the default value of the property to be greater than one. You could also filter by kind of task, e.g. if you have unpleasant tasks to do and want to make sure you do at least a few a week, you would include only headlines tagged :unpleasant: in the sum. I'm writing an "org-goals" package that lets you set & check goals of the f= orm, "under this subtree, i want to spend at least 3 hours per week" or "at most 100 dollars per month" etc. Being able to view what you've spent in a given period using a clocktable would be a nice complement. ilya p.s. the package isn't ready for release, but if you want to take a peek, it's at http://sourceforge.net/projects/org-balance/ On Tue, Nov 2, 2010 at 6:11 PM, Carsten Dominik wrote: > > On Nov 2, 2010, at 8:35 PM, Ilya Shlyakhter wrote: > >> Carsten Dominik gmail.com> writes: >>> >>> I have just pushed a rewrite of the clocktable code. >> >> Thanks Carsten! >> Maybe, the code could also be extended to display a summary of any >> variable, >> rather than just clocksum? =A0 E.g. the number of tasks done, or the amo= unt >> of >> money spent. The sum for a given period would include the sum of a >> specified >> property in entries that were CLOSED within the specified period. > > Hi Ilya, > > I think thiswould now be easier to implement - even though this code > is geared towar the clocking functionality. > > However, your proposal still sounds abstract - do you > have concrete examples in mind? > > - Carsten > >