emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Journal versus clock tables: Opposing requirements?


From: Carsten Dominik
Subject: Re: [O] Journal versus clock tables: Opposing requirements?
Date: Tue, 8 Nov 2011 11:00:49 +0100

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]