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: Mon, 29 Jul 2013 09:21:19 +0200 Message-ID: <51F617EF.4010600@online.de> References: <51E688F4.8090601@online.de> 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]:36127) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3hlo-0000WH-Nc for emacs-orgmode@gnu.org; Mon, 29 Jul 2013 03:21:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V3hlh-0000t3-8w for emacs-orgmode@gnu.org; Mon, 29 Jul 2013 03:21:28 -0400 Received: from moutng.kundenserver.de ([212.227.17.8]:62660) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3hlg-0000s9-Up for emacs-orgmode@gnu.org; Mon, 29 Jul 2013 03:21:21 -0400 In-Reply-To: <51E688F4.8090601@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 Cc: emacs-orgmode@gnu.org Am 7/17/2013 2:07 PM, schrieb Rainer Stengele: > 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? > > 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. Thanks, Rainer