From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Time shifting functions Date: Fri, 27 Apr 2018 01:34:40 +0200 Message-ID: <878t99sfsf.fsf@bzg.fr> References: <9d598ff5-8596-5928-b81b-e312b6722d54@yandex.ru> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41241) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fBqPU-00080T-Il for emacs-orgmode@gnu.org; Thu, 26 Apr 2018 19:34:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fBqPR-0001J3-Qe for emacs-orgmode@gnu.org; Thu, 26 Apr 2018 19:34:44 -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" To: Andrei Beliankou Cc: emacs-orgmode@gnu.org Hi Andrei, Andrei Beliankou writes: > I wonder if Org-mode has a convinient function to shift a timestamp with > a (weekly) repeating interval by that interval. Actually the same way `org-read-date' reads the time in the timestamp it could also read a repeater interval, so that C-c C-s would present you with this repeater interval by default. Would that make sense for you? -- Bastien