From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin Beck" Subject: Assign clocking gaps to tasks in clockcheck view? Date: Wed, 9 Apr 2014 14:55:26 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59777) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXs2S-0001u6-22 for emacs-orgmode@gnu.org; Wed, 09 Apr 2014 08:55:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WXs2K-0000lU-Ff for emacs-orgmode@gnu.org; Wed, 09 Apr 2014 08:55:35 -0400 Received: from mout.web.de ([212.227.17.12]:54090) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXs2K-0000kx-63 for emacs-orgmode@gnu.org; Wed, 09 Apr 2014 08:55:28 -0400 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-mailinglist
I'm using org-mode 8.2.
I'm trying to use clocking all the time during my working day to know later, what I used my time for.
Unfortunately, I often forget clocking in and therefore have clocking gaps in my files.
 
I can visualize them with the "vc" command in the agenda view, but now I have to assign the time in the gaps to the task(s) I was working on in that time.
 
It would be very handy, if I could navigate to the line with the gap and then use a command to copy that time gap and move it to the logbook of a heading or clock.
Is that possible already?
 
I even can not navigate into those clocking gap lines in the agenda, so I can not select them for further action.-
 
Kind regards
 
Martin
From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Assign clocking gaps to tasks in clockcheck view? Date: Thu, 17 Apr 2014 20:54:06 +0200 Message-ID: <87r44vwzw1.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50219) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WarRz-0002Zk-0X for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 14:54:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WarRp-0006aV-OW for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 14:54:18 -0400 Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:37985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WarRp-0006aC-In for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 14:54:09 -0400 Received: by mail-wi0-f169.google.com with SMTP id hm4so276298wib.4 for ; Thu, 17 Apr 2014 11:54:08 -0700 (PDT) In-Reply-To: (Martin Beck's message of "Wed, 9 Apr 2014 14:55:26 +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: Martin Beck Cc: emacs orgmode-mailinglist Hi Martin, "Martin Beck" writes: > It would be very handy, if I could navigate to the line with the gap > and then use a command to copy that time gap and move it to the > logbook of a heading or clock. > Is that possible already? Check `org-clock-continuously', which you may turn on when you work, this will probably avoid the workaround you describe. Hope this helps, -- Bastien