From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Re: Agenda clock report - adding new columns Date: Thu, 16 Apr 2009 16:55:42 -0400 Message-ID: <87zlegwc6p.fsf@gollum.intra.norang.ca> References: <87d4bcy5bq.fsf@gollum.intra.norang.ca> <878wm0y1kk.fsf@gollum.intra.norang.ca> <87y6u0ikqd.wl%bremner@pivot.cs.unb.ca> <874owoxyng.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 1LuYcl-0000PY-51 for emacs-orgmode@gnu.org; Thu, 16 Apr 2009 16:55:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LuYch-0000Nn-7v for emacs-orgmode@gnu.org; Thu, 16 Apr 2009 16:55:54 -0400 Received: from [199.232.76.173] (port=43708 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LuYch-0000Nk-16 for emacs-orgmode@gnu.org; Thu, 16 Apr 2009 16:55:51 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:58644) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LuYcg-0002PI-LP for emacs-orgmode@gnu.org; Thu, 16 Apr 2009 16:55:50 -0400 In-Reply-To: (Carsten Dominik's message of "Thu\, 16 Apr 2009 22\:31\:44 +0200") 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: Carsten Dominik , emacs-orgmode@gnu.org Carsten Dominik writes: > On Apr 16, 2009, at 8:05 PM, Bernt Hansen wrote: > >> David Bremner writes: >> >>> There is the possibility of :formula parameter for clocktable's, >>> which >>> can be added to the agenda clocktable with >>> org-agenda-clockreport-parameter-plist. >> >> Cool - I've never used that yet :). Is there a way to get at property >> values from a :formula entry? I haven't figured out how to do that >> yet >> -- all I want to do is display some user entered property value (or >> blank if it doesn't exist). > > Not easily. > In principle, the headings in the clock table are links. I could > actually give them markers. Then, an elisp formula could go back to > the original buffer and the the property from there. > > The question is: is it worth it. No it's not -- at least not just for this mini-application. I can accomplish what I want easily enough with just changing the task heading text a bit. That's fine for what I want. Thanks for thinking about out :) -Bernt