From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Agenda clock report - adding new columns Date: Thu, 16 Apr 2009 22:31:44 +0200 Message-ID: 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 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LuYFV-0000uq-1I for emacs-orgmode@gnu.org; Thu, 16 Apr 2009 16:31:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LuYFQ-0000uP-5v for emacs-orgmode@gnu.org; Thu, 16 Apr 2009 16:31:52 -0400 Received: from [199.232.76.173] (port=54715 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LuYFP-0000uM-UN for emacs-orgmode@gnu.org; Thu, 16 Apr 2009 16:31:47 -0400 Received: from ey-out-1920.google.com ([74.125.78.150]:36951) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LuYFP-0005Ke-EQ for emacs-orgmode@gnu.org; Thu, 16 Apr 2009 16:31:47 -0400 Received: by ey-out-1920.google.com with SMTP id 13so113048eye.24 for ; Thu, 16 Apr 2009 13:31:46 -0700 (PDT) In-Reply-To: <874owoxyng.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: Carsten Dominik , emacs-orgmode@gnu.org On Apr 16, 2009, at 8:05 PM, Bernt Hansen wrote: > David Bremner writes: > >> At Thu, 16 Apr 2009 13:02:03 -0400, >> Bernt Hansen wrote: >>> >>> 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 :) >> >> 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. - Carsten