From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Display Properties in Clock Table? Date: Wed, 8 Jul 2009 06:54:55 +0200 Message-ID: <968242E1-CC79-4495-9829-6786090F16D6@gmail.com> References: <211769420907071832l1bae133gb271a2c591b4c620@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v935.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 1MOPBY-0006pD-TM for emacs-orgmode@gnu.org; Wed, 08 Jul 2009 00:55:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MOPBT-0006n4-EQ for emacs-orgmode@gnu.org; Wed, 08 Jul 2009 00:55:11 -0400 Received: from [199.232.76.173] (port=32849 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOPBT-0006n1-9C for emacs-orgmode@gnu.org; Wed, 08 Jul 2009 00:55:07 -0400 Received: from ey-out-1920.google.com ([74.125.78.146]:13250) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MOPBS-0003WN-QK for emacs-orgmode@gnu.org; Wed, 08 Jul 2009 00:55:07 -0400 Received: by ey-out-1920.google.com with SMTP id 3so1111225eyh.36 for ; Tue, 07 Jul 2009 21:55:05 -0700 (PDT) In-Reply-To: <211769420907071832l1bae133gb271a2c591b4c620@mail.gmail.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: Nathan Neff Cc: emacs-orgmode@gnu.org On Jul 8, 2009, at 3:32 AM, Nathan Neff wrote: > Hi, > > I noticed in the help file for Clock Tables, there's a :formula > parameter > that you can specify: > http://orgmode.org/manual/Clocking-work-time.html > > The :formula param takes the TBLFM format which is used in > the "spreadsheets". > > Is there a way to use a heading's Property in the ClockReport? > Perhaps > in the :formula parameter? No. A Table can access properties of the heading it is under, but not properties of each heading in the table. - Carsten