From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Feature request or did I overlook .. Date: Fri, 08 Jul 2011 13:47:45 +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]:54082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qf9XO-0002Zz-6t for emacs-orgmode@gnu.org; Fri, 08 Jul 2011 07:48:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qf9XM-0007p7-10 for emacs-orgmode@gnu.org; Fri, 08 Jul 2011 07:48:01 -0400 Received: from lo.gmane.org ([80.91.229.12]:40787) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qf9XL-0007oo-Iy for emacs-orgmode@gnu.org; Fri, 08 Jul 2011 07:47:59 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Qf9XJ-0007wK-BV for emacs-orgmode@gnu.org; Fri, 08 Jul 2011 13:47:57 +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, 08 Jul 2011 13:47:57 +0200 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Jul 2011 13:47:57 +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, having standard clock entries like CLOCK: [2011-07-08 Fr 08:45]--[2011-07-08 Fr 09:15] => 0:30 many a times later on I want to adjust the beginning timestamp. Moving the whole clock range backward or forward maybe half an hour is a 2 step procedure: First I have to adjust the begin timestamp, then the end timestamp. I would love something like a Ctr-Shift-Up and Ctrl-Shift-Down that moves the relating timestamp synchronously and thus leaves the time difference the same. Example1: Having point on CLOCK: [2011-07-08 Fr 08:45]--[2011-07-08 Fr 09:15] => 0:30 ^ pressing Ctr-Shift-Up 2 times I would like to end up at CLOCK: [2011-07-08 Fr 09:15]--[2011-07-08 Fr 09:45] => 0:30 ^ Example2: Having point on CLOCK: [2011-07-08 Fr 08:45]--[2011-07-08 Fr 09:15] => 0:30 ^ pressing Ctr-Shift-Down 3 times I would like to end up at CLOCK: [2011-07-08 Fr 06:15]--[2011-07-08 Fr 06:45] => 0:30 ^ I hope I could make the point clear. Maybe I overlooked the docs and such a functionality is already there. If not it could be a nice little feature. Thanks for considering, Rainer