From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Agenda clock report - adding new columns Date: Thu, 16 Apr 2009 13:02:03 -0400 Message-ID: <878wm0y1kk.fsf@gollum.intra.norang.ca> References: <87d4bcy5bq.fsf@gollum.intra.norang.ca> 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 1LuUyb-0005z5-5w for emacs-orgmode@gnu.org; Thu, 16 Apr 2009 13:02:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LuUyW-0005ys-TL for emacs-orgmode@gnu.org; Thu, 16 Apr 2009 13:02:12 -0400 Received: from [199.232.76.173] (port=59192 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LuUyW-0005yp-Q3 for emacs-orgmode@gnu.org; Thu, 16 Apr 2009 13:02:08 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:51750) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LuUyW-0006cb-Ay for emacs-orgmode@gnu.org; Thu, 16 Apr 2009 13:02:08 -0400 In-Reply-To: <87d4bcy5bq.fsf@gollum.intra.norang.ca> (Bernt Hansen's message of "Thu\, 16 Apr 2009 11\:40\:57 -0400") 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 (replying to my own post) Bernt Hansen writes: > I know other people (including you) have limits on the amount of time > they spend on a task in a day but I haven't really found a good working > solution for this yet that fits my needs. For a single task this is > easy but I'd like to not have to remember the limits for multiple tasks > -- that's what I use org for ;) to get all these details out of my head. > > Is something like this doable? Does anyone have a better idea for how > to deal with this? Maybe I'm over-engineering this... Just putting the limit in the headline text works for me... I just added [MAX xxx] and [MIN yyy] to my headline and that'll work. It's probably not a pretty as a property could be but it's _lots_ less work to implement :) | File | L | Headline | Time | | | |------------+---+---------------------------------------------------------------------------+--------+------+------| | org.org | | *File time* | *0:15* | | | | org.org | 1 | Documentation | 0:15 | | | | org.org | 2 | STARTED Writeup on my use of org-mode [MAX 1h] | | 0:15 | | |------------+---+---------------------------------------------------------------------------+--------+------+------| -Bernt