From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: How to trigger the clockcheck in an agenda view. Date: Fri, 12 Jul 2013 10:06:32 +0200 Message-ID: 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]:32833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxYNO-00089g-Vf for emacs-orgmode@gnu.org; Fri, 12 Jul 2013 04:06:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UxYNN-00033g-Ee for emacs-orgmode@gnu.org; Fri, 12 Jul 2013 04:06:50 -0400 Received: from plane.gmane.org ([80.91.229.3]:35506) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxYNN-00033X-8Y for emacs-orgmode@gnu.org; Fri, 12 Jul 2013 04:06:49 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UxYNH-0004wf-Jb for emacs-orgmode@gnu.org; Fri, 12 Jul 2013 10:06:43 +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 ; Fri, 12 Jul 2013 10:06:43 +0200 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Jul 2013 10:06:43 +0200 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 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