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, 17 Jul 2013 14:07:16 +0200 Message-ID: <51E688F4.8090601@online.de> References: 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]:35743) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzQVt-0002r8-A7 for emacs-orgmode@gnu.org; Wed, 17 Jul 2013 08:07:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UzQVs-0000Xu-19 for emacs-orgmode@gnu.org; Wed, 17 Jul 2013 08:07:21 -0400 Received: from moutng.kundenserver.de ([212.227.126.186]:57037) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzQVr-0000XV-OP for emacs-orgmode@gnu.org; Wed, 17 Jul 2013 08:07:19 -0400 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 Cc: emacs-orgmode@gnu.org Am 12.07.2013 10:06, schrieb Rainer Stengele: > Hi, > > I want to start an aganda view over a week and immediately check the consistency of clock entries: > > > See manual for agenda dispacther: > > v c > Show overlapping clock entries, clocking gaps, and other clocking problems in the current agenda range. You can then visit clocking lines and fix them manually. See the > variable org-agenda-clock-consistency-checks for information on how to customize the definition of what constituted a clocking problem. To return to normal agenda display, press l > to exit Logbook mode. > > > 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? > > Thanks, > Rainer > > > Anybody?