From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Journal versus clock tables: Opposing requirements? Date: Tue, 8 Nov 2011 11:00:49 +0100 Message-ID: References: <87obwogo1c.fsf@rat.lan> <87bosngf3t.fsf@rat.lan> Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:60082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNiUA-0000fG-6M for emacs-orgmode@gnu.org; Tue, 08 Nov 2011 05:00:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNiU9-0002yj-6f for emacs-orgmode@gnu.org; Tue, 08 Nov 2011 05:00:54 -0500 Received: from mail-ey0-f169.google.com ([209.85.215.169]:51166) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNiU9-0002yV-11 for emacs-orgmode@gnu.org; Tue, 08 Nov 2011 05:00:53 -0500 Received: by eye4 with SMTP id 4so189793eye.0 for ; Tue, 08 Nov 2011 02:00:52 -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: Tommy Kelly Cc: emacs-orgmode@gnu.org On Nov 8, 2011, at 10:55 AM, Tommy Kelly wrote: >> I haven't tried this myself, just looking at the manual. But playing >> around, it seems you need double quotes around your tags match. > > Ah OK, that works. But it turns out there was a second problem and it > may be a bug. It looks like any of the clocktable options after > :indent get ignored. So this works: > > #+BEGIN: clocktable :maxlevel 2 :scope file :block thisweek :step week > :tags "test_tag" :indent > #+END: > > But this doesn't (i.e. the :tags option is ignored) > > #+BEGIN: clocktable :maxlevel 2 :scope file :block thisweek :step week > :indent :tags "test_tag" You need :indent t This is a property list, each key needs a value. - Carsten