From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Rudin Subject: clock table properties Date: Wed, 01 Oct 2014 19:58:25 +0100 Message-ID: <874mvn39da.fsf@rudin.co.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Here's the contents of a file: #+PROPERTY: test_ALL: X * Eggs CLOCK: [2014-10-01 Wed 18:52]--[2014-10-01 Wed 19:52] => 1:00 #+BEGIN: clocktable :maxlevel 2 :scope file :properties ("test") :inherit-props t #+CAPTION: Clock summary at [2014-10-01 Wed 19:57] | test | Headline | Time | |------+--------------+--------| | | *Total time* | *1:00* | |------+--------------+--------| | | Eggs | 1:00 | #+END: I was expecting that the test column would include the value X for every row in the table when the clocktable is regenerated. Is my expectation wrong?