From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: org-log-reschedule ignored when calling `org-agenda-do-date-{later, earlier}` [9.1.13 (9.1.13-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20180521/)] Date: Thu, 14 Jun 2018 21:41:09 +0200 Message-ID: <87h8m588bu.fsf@nicolasgoaziou.fr> References: <871sdymjdr.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fTY8Q-0006uU-Fj for emacs-orgmode@gnu.org; Thu, 14 Jun 2018 15:46:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fTY7M-0005Nx-FV for emacs-orgmode@gnu.org; Thu, 14 Jun 2018 15:42:18 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:48699) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fTY7M-0005La-4Z for emacs-orgmode@gnu.org; Thu, 14 Jun 2018 15:41:12 -0400 In-Reply-To: <871sdymjdr.fsf@gmail.com> (Christian Schwarzgruber's message of "Sat, 26 May 2018 19:12:00 +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" To: Christian Schwarzgruber Cc: emacs-orgmode@gnu.org Hello, Christian Schwarzgruber writes: > I have set `org-log-reschedule` to `'note`. When calling > `org-agenda-do-date-later` or `org-agenda-do-date-earlier` in *Org Agenda* > buffer, `org-log-reschedule` gets ignored. > > I would expect that *Org Note* buffer pops-up to insert a note. I'm not sure it is a bug. It's true that `org-agenda-do-date-later' may change a SCHEDULE time-stamp, but the intent of the function is to "fix" a timestamp without much pain. I.e., you are likely to call it many times in a row to get the timestamp right. It would be annoying to write a note at each step. If you want proper rescheduling, I suggest to use `C-c C-s' and `C-c C-d'. Regards, -- Nicolas Goaziou