From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-agenda-clockreport-mode does not include archived entries? How to? Date: Mon, 20 Feb 2012 11:09:41 +0100 Message-ID: References: <4F4206C2.3070006@online.de> Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:55096) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RzQBo-0000Oz-NM for emacs-orgmode@gnu.org; Mon, 20 Feb 2012 05:09:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RzQBj-0005eY-27 for emacs-orgmode@gnu.org; Mon, 20 Feb 2012 05:09:48 -0500 Received: from pony.ic.uva.nl ([145.18.40.181]:57861) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RzQBi-0005eQ-Pf for emacs-orgmode@gnu.org; Mon, 20 Feb 2012 05:09:43 -0500 In-Reply-To: <4F4206C2.3070006@online.de> 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: Rainer Stengele Cc: emacs-orgmode@gnu.org On Feb 20, 2012, at 9:39 AM, Rainer Stengele wrote: > Am 20.02.2012 09:36, schrieb Carsten Dominik: >>=20 >> On Feb 20, 2012, at 9:03 AM, Rainer Stengele wrote: >>=20 >>> Hi! >>>=20 >>> Last week I archived lots of headlines in order to speed up the = agenda refresh. >>> This week I am checking my monthly clock report in the agenda with v = R (Toggle Clockreport mode). >>>=20 >>> What I find is that org-agenda-clockreport-mode does not seem to = include archived entries, >>> which seems to be a contradiction to the documentation where I find >>>=20 >>> (org-clock-report) .. The clock table always includes also trees = with :ARCHIVE: tag. >>>=20 >>=20 >> Did you archive using the ARCHIVE tag, or did you archive to a = separate file? >>=20 >> - Carsten >>=20 >>>=20 >>> This is bad as I now have lots of "holes" in my clock report view. >>> How can I include archived entries? >>>=20 >>> Rainer >>>=20 >>>=20 >>=20 >=20 >=20 > Carsten, I think I made a mistake in describing my problem. > WHat I find is that doing a "v c" in agenda to check the clock = overlappings I > suddenly found lots of "holes" after archiving a lot of headlines with = the ARCHIV tag. >=20 > Can I do a "v c" including the archived entries? You could try to do first `v a' or even `v A' to add archived stuff, and then `v c' to get to the clock issues..... Not sure if it will work, but it may be worth a try. - Carsten >=20 > - Rainer - Carsten