From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Extend (org-shiftcontrolup) and (org-shiftcontroldown) with numeric arguments? Date: Thu, 04 Oct 2012 09:25:26 +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 ([208.118.235.92]:47178) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJwkm-0006Bg-5l for emacs-orgmode@gnu.org; Thu, 04 Oct 2012 21:31:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJwkk-0003sP-04 for emacs-orgmode@gnu.org; Thu, 04 Oct 2012 21:31:00 -0400 Received: from plane.gmane.org ([80.91.229.3]:35841) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJwkj-0003sG-Pi for emacs-orgmode@gnu.org; Thu, 04 Oct 2012 21:30:57 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TJwjw-0000yb-W0 for emacs-orgmode@gnu.org; Fri, 05 Oct 2012 03:30:09 +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, 05 Oct 2012 03:30:08 +0200 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Oct 2012 03:30:08 +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! I wonder if (org-shiftcontrolup) and (org-shiftcontroldown) could be provided with the possibility to add a numeric argument. Point on CLOCK: [2012-12-09 So 09:00]--[2012-12-09 So 17:00] => 8:00 ^ I would like to be able to change the time span to today + 7 days: CLOCK: [2012-12-16 So 09:00]--[2012-12-16 So 17:00] => 8:00 This could easily be done with "C-7 C-S-up", butt cannot at the moment. Thoughts? Cheers, Rainer