From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Hoffman Subject: Re: Bulk re-scheduling in agenda view Date: Thu, 26 Apr 2018 19:48:32 -0400 Message-ID: References: <87604dv8xf.fsf@bzg.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45021) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fBqd2-00038b-Ke for emacs-orgmode@gnu.org; Thu, 26 Apr 2018 19:48:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fBqcz-00061u-FV for emacs-orgmode@gnu.org; Thu, 26 Apr 2018 19:48:44 -0400 Received: from [195.159.176.226] (port=49458 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fBqcz-00061k-82 for emacs-orgmode@gnu.org; Thu, 26 Apr 2018 19:48:41 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1fBqaq-00034y-AR for emacs-orgmode@gnu.org; Fri, 27 Apr 2018 01:46:28 +0200 In-Reply-To: <87604dv8xf.fsf@bzg.fr> Content-Language: en-US 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-orgmode@gnu.org On 4/26/2018 7:34 PM, Bastien wrote: > Michael Hoffman writes: >> The org manual >> seems to indicate >> this is possible using double plus: >> >>> Schedule all items to a new date. To shift existing schedule dates by >>> a fixed number of days, use something starting with double plus at the >>> prompt, for example ā€˜++8dā€™ or ā€˜++2wā€™. >> >> When I try this, however, I always get re-scheduling from the current >> date. > > I cannot reproduce this -- beware that the prompt shows the date as > if it was with only one "+"... but the bulk rescheduling effectively > reschedule entries by adding the number of days to *each* of them. Thanks Bastien. I reported this as a bug later and Nicolas Goaziou fixed it. Works as expected now. Many thanks for your work on org-mode, an essential part of my daily workflow. Michael