From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yasushi SHOJI Subject: shift dates in timestamp range Date: Sat, 23 Feb 2019 12:30:37 +0900 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:43618) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gxO27-0003oE-CO for emacs-orgmode@gnu.org; Fri, 22 Feb 2019 22:31:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gxO20-0002VB-O6 for emacs-orgmode@gnu.org; Fri, 22 Feb 2019 22:31:21 -0500 Received: from mail-io1-xd2b.google.com ([2607:f8b0:4864:20::d2b]:44199) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gxO20-000224-HI for emacs-orgmode@gnu.org; Fri, 22 Feb 2019 22:31:16 -0500 Received: by mail-io1-xd2b.google.com with SMTP id y13so3413132iop.11 for ; Fri, 22 Feb 2019 19:30:49 -0800 (PST) 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" To: emacs-org list Hi, Is there a way to change both start and end date in timestamp range? Given that the following timestamp range with `|` as the current cursor CLOCK: [2019-02-2|2 Fri 12:00]--[2019-02-22 Fri 21:00] => 9:00 I'd like to `S-Right` and get CLOCK: [2019-02-2|3 Sat 12:00]--[2019-02-23 Sat 21:00] => 9:00 I thought I saw the function somewhere but couldn't find it. TIA, -- yashi