From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Display missing/overlapping clock ranges Date: Wed, 13 Apr 2011 17:44:47 +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 ([140.186.70.92]:36464) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QA2Fg-0000JK-S1 for emacs-orgmode@gnu.org; Wed, 13 Apr 2011 11:45:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QA2Fa-0003WU-J1 for emacs-orgmode@gnu.org; Wed, 13 Apr 2011 11:45:08 -0400 Received: from lo.gmane.org ([80.91.229.12]:50696) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QA2Fa-0003WD-C9 for emacs-orgmode@gnu.org; Wed, 13 Apr 2011 11:45:02 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QA2FY-0004ph-2W for emacs-orgmode@gnu.org; Wed, 13 Apr 2011 17:45:00 +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, 13 Apr 2011 17:45:00 +0200 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Apr 2011 17:45:00 +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 all! I do clock every task I work on during the whole day. At the end of the day or week I have to go over all clock entries in my agenda and see if there are holes or overlappings in my clock tables. If yes I have to adjust the clocks. I read Bernt Hansen's comments on how he works with clocks (http://doc.norang.ca/org-mode.html#Clocking). What about a function showing the lacking clock ranges over the day while being in the agenda with log mode on? The function could even check for overlapping clock ranges and indicate these or jump to these. Maybe it would even be good to be able to configure daily and weekly regular holes in the ranges, for example - daily lunch time from [12:00]--[13:00] - week end days (maybe with diary syntax) - working days (Monday to Friday for example) What do you think? -- Rainer