From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Feature request or did I overlook .. Date: Sat, 09 Jul 2011 17:41:35 +0200 Message-ID: <87aacn7974.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52882) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfZeZ-0000j2-B7 for emacs-orgmode@gnu.org; Sat, 09 Jul 2011 11:41:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QfZeY-0004h2-1h for emacs-orgmode@gnu.org; Sat, 09 Jul 2011 11:41:11 -0400 Received: from mail-fx0-f52.google.com ([209.85.161.52]:62204) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfZeX-0004gu-Sx for emacs-orgmode@gnu.org; Sat, 09 Jul 2011 11:41:10 -0400 Received: by fxd18 with SMTP id 18so2595783fxd.39 for ; Sat, 09 Jul 2011 08:41:08 -0700 (PDT) In-Reply-To: (Rainer Stengele's message of "Fri, 08 Jul 2011 13:47:45 +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: Rainer Stengele Cc: emacs-orgmode@gnu.org Hi Rainer, Rainer Stengele writes: > 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. Great idea -- I've just implemented it. Please try C-S- and C-S- on clock log timestamps: it will update both timestamps at the same time, leaving the total duration unchanged. -- Bastien