From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tommy Kelly Subject: Re: Journal versus clock tables: Opposing requirements? Date: Mon, 7 Nov 2011 17:19:57 +0000 Message-ID: References: <87obwogo1c.fsf@rat.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:35380) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNSsJ-00085w-4F for emacs-orgmode@gnu.org; Mon, 07 Nov 2011 12:20:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNSsD-0001oR-J7 for emacs-orgmode@gnu.org; Mon, 07 Nov 2011 12:20:47 -0500 Received: from cather.verilab.com ([64.20.234.125]:37188) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNSsD-0001nz-B6 for emacs-orgmode@gnu.org; Mon, 07 Nov 2011 12:20:41 -0500 Received: from mail-fx0-f43.google.com (mail-fx0-f43.google.com [209.85.161.43]) by cather.verilab.com (Postfix) with ESMTPS id 96B9FECCD5 for ; Mon, 7 Nov 2011 17:20:39 +0000 (UTC) Received: by faat9 with SMTP id t9so7025960faa.2 for ; Mon, 07 Nov 2011 09:20:38 -0800 (PST) In-Reply-To: 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@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Olaf Dietsche Cc: emacs-orgmode@gnu.org > OK, that might be what I need then. I thought clock tables grouped > things by headings, not by tags. I'll have a look at the manual. I'm trying the tagging thing within clock tables, but I can't get it working at all. I've attached a tag to a single headline, and checked that I've got that right by using "C-c a m". Then I added a :tags item to my clock table block but it seems to have no effect. Is this valid: #+BEGIN: clocktable :maxlevel 2 :scope file :block thisweek :step week :indent :tags test_tag #+END: I've also tried :tags 'test_tag', :tags '+test_tag' and a bunch of other things, but nothing seems to do anything. What I was expecting was that my clock table, currently filled with lots of items, would be reduced to looking only at the single headline that I've tagged. But it's not -- it just stays as it was before. What am I doing wrong? thx, Tommy