From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Clock report (R from the agenda) Date: Tue, 2 Nov 2010 09:43:30 +0100 Message-ID: <71D83D0C-2C86-47D8-AC67-25DE9238E530@gmail.com> References: <80vd4ohyml.fsf@mundaneum.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=36898 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDHBy-0004hT-PJ for emacs-orgmode@gnu.org; Tue, 02 Nov 2010 09:46:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PDCSs-0006VZ-K5 for emacs-orgmode@gnu.org; Tue, 02 Nov 2010 04:43:35 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:44576) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PDCSs-0006VT-AR for emacs-orgmode@gnu.org; Tue, 02 Nov 2010 04:43:34 -0400 Received: by eydd26 with SMTP id d26so3294740eyd.0 for ; Tue, 02 Nov 2010 01:43:33 -0700 (PDT) In-Reply-To: <80vd4ohyml.fsf@mundaneum.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: =?ISO-8859-1?Q?S=E9bastien_Vauban?= Cc: emacs-orgmode@gnu.org Hi Sebastian, you should now be able to use `C-u R' to achieve this. The lighter in the mode line will then switch from "Clock" to "Clock{}", and the current tags filtering should apply to the clock table in the agenda. Please test this and report back. Thanks. - Carsten On Oct 27, 2010, at 9:40 AM, S=E9bastien Vauban wrote: > Hello, > > Here is a minimal example for comments about the agenda filtering =20 > applied on > the clock report of logged activities. > > * =20 > Work=20 > :work=20= > : > :PROPERTIES: > :CATEGORY: Work > :END: > > ** Client A > > *** DONE Work on offer > :LOGBOOK: > CLOCK: [2010-09-30 Thu 09:12]--[2010-09-30 Thu 12:35] =3D> 3:23 > :END: > > ** Client B > > *** DONE Developed SQL scripts > :LOGBOOK: > CLOCK: [2010-09-30 Thu 13:20]--[2010-09-30 Thu 18:06] =3D> 4:46 > :END: > > * =20 > Personal=20 > :home: > :PROPERTIES: > :CATEGORY: Personal > :END: > > ** DONE Lunch with Mary > :LOGBOOK: > CLOCK: [2010-09-30 Thu 19:49]--[2010-09-30 Thu 21:55] =3D> 2:06 > :END: > > * Clock report > > ** Without tag filtering > > Commands: > - C-c a a :: Show the agenda. > - v d :: Switch to day view. > - b :: Go backward in time to display yesterday. > - l :: Toggle Logbook mode. > - R :: Toggle Clockreport mode. > > Results: > : 8:00-09:00 ________ > : Work: 9:12-12:35 Clocked: (3:23) DONE Work on =20 > offer :work:: > : 10:00-11:00 ________ > : 12:00-13:00 ________ > : Work: 13:20-18:06 Clocked: (4:46) DONE Developed SQL =20 > scripts :work:: > : 14:00-15:00 ________ > : 16:00-17:00 ________ > : 18:00-19:00 ________ > : Personal: 19:49-21:55 Clocked: (2:06) DONE Lunch with =20 > Mary :home:: > : 20:00-21:00 ________ > : 22:00-23:00 ________ > : > : | File | L | Headline | Time | | > : |------------------+---+----------------------+---------+------| > : | | | *Total time* | *10:15* | | > : |------------------+---+----------------------+---------+------| > : | Clock-Report.org | | *File time* | *10:15* | | > : | Clock-Report.org | 1 | Work | 8:09 | | > : | Clock-Report.org | 2 | Client A | | 3:23 | > : | Clock-Report.org | 2 | Client B | | 4:46 | > : | Clock-Report.org | 1 | Personal | 2:06 | | > : | Clock-Report.org | 2 | DONE Lunch with Mary | | 2:06 | > > ** With tag filtering > > Command: > - / w :: filter on tag "work (w)". > > Results: > : 8:00-09:00 ________ > : Work: 9:12-12:35 Clocked: (3:23) DONE Work on =20 > offer :work:: > : 10:00-11:00 ________ > : 12:00-13:00 ________ > : Work: 13:20-18:06 Clocked: (4:46) DONE Developed SQL =20 > scripts :work:: > : 14:00-15:00 ________ > : 16:00-17:00 ________ > : 18:00-19:00 ________ > : 20:00-21:00 ________ > : 22:00-23:00 ________ > : > : | File | L | Headline | Time | | > : |------------------+---+----------------------+---------+------| > : | | | *Total time* | *10:15* | | > : |------------------+---+----------------------+---------+------| > : | Clock-Report.org | | *File time* | *10:15* | | > : | Clock-Report.org | 1 | Work | 8:09 | | > : | Clock-Report.org | 2 | Client A | | 3:23 | > : | Clock-Report.org | 2 | Client B | | 4:46 | > : | Clock-Report.org | 1 | Personal | 2:06 | | > : | Clock-Report.org | 2 | DONE Lunch with Mary | | 2:06 | > > I don't see anymore the lines that have nothing to do with my job. =20 > Though, I > still see the associated time in the clock report under... > > Regenerating it (by disabling it and re-enabling it) does not change =20= > anything: > still there. > > For sure, this can _not_ be considered as a bug. Nobody never said =20 > this should > work like I (now) expect. > > Though, I guess such a feature would be benefitial for everybody -- =20= > as I don't > see any reason for having the tag filtering only work with the diary =20= > view, and > not with the clock report under. > > Best regards, > Seb > > --=20 > S=E9bastien Vauban > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten