From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: How to trigger the clockcheck in an agenda view. Date: Wed, 31 Jul 2013 09:25:42 +0200 Message-ID: <51F8BBF6.2020803@online.de> References: <51E688F4.8090601@online.de> <51F617EF.4010600@online.de> <86siyx4uqm.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43766) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4QnR-0003rv-Im for emacs-orgmode@gnu.org; Wed, 31 Jul 2013 03:26:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V4QnK-0003Rj-6Z for emacs-orgmode@gnu.org; Wed, 31 Jul 2013 03:26:09 -0400 Received: from plane.gmane.org ([80.91.229.3]:34236) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4QnJ-0003Rc-Vd for emacs-orgmode@gnu.org; Wed, 31 Jul 2013 03:26:02 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1V4QnA-0006mR-Ur for emacs-orgmode@gnu.org; Wed, 31 Jul 2013 09:25:52 +0200 Received: from 212.34.176.74 ([212.34.176.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 31 Jul 2013 09:25:52 +0200 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 31 Jul 2013 09:25:52 +0200 In-Reply-To: <86siyx4uqm.fsf@somewhere.org> 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: emacs-orgmode@gnu.org Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org Am 7/29/2013 10:48 AM, schrieb Sebastien Vauban: > Hi Rainer Stengele, > > Rainer Stengele wrote: >> Am 7/17/2013 2:07 PM, schrieb Rainer Stengele: >>> Am 12.07.2013 10:06, schrieb Rainer Stengele: >>>> >>>> I want to start an aganda view over a week and immediately check the >>>> consistency of clock entries: >>>> >>>> I can't seem to find a way to trigger the clockcheck in the agenda view >>>> options. >>>> >>>> At the moment I have:: >>>> >>>> ("Aw" >>>> "agenda + no todos - this week - log-mode - ARCHIVE included - clock report" >>>> agenda "" >>>> ( >>>> (org-agenda-sorting-strategy '(time-up priority-down)) >>>> (org-agenda-span 'week) >>>> (org-agenda-start-with-log-mode t) >>>> (org-agenda-archives-mode t) >>>> (org-agenda-start-with-clockreport-mode t) >>>> )) >>>> >>>> Do I miss the variable to be set? >>>> >>> Anybody? >> >> I know this is special, but I do not know how to check the existence of such >> a variable. If it doesn't I would suggest it as enhancement. > > The following does what you want: > > --8<---------------cut here---------------start------------->8--- > (add-to-list 'org-agenda-custom-commands > '("rC" "Clock Review" > agenda "" > ((org-agenda-archives-mode t) > (org-agenda-clockreport-mode t) > (org-agenda-overriding-header "Clocking Review") > (org-agenda-show-log 'clockcheck) > (org-agenda-span 'day))) t) > --8<---------------cut here---------------end--------------->8--- > > Best regards, > Seb > > PS- I've been on holidays and still ahve ~300 Org posts to read... > Sebastian, thank you for taking your precious time to consider my question! I replaced my configuration with exactly yours and it doesn't start with showing the clockchecks (time gaps etc.). I have to type "v c" to activate the clockcheck. I run the latest org version from just 3 minutes ago. Any idea? Best regards, Rainer.