From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Pluim Subject: Re: Bug: Removing and adding deadline bug in org agenda [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)] Date: Tue, 18 Sep 2018 16:32:40 +0200 Message-ID: <87k1nilvuf.fsf@gmail.com> References: <75467ca6-dc90-9d23-7cdd-3b9a9acb7486@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g2H3Z-0004AV-9K for emacs-orgmode@gnu.org; Tue, 18 Sep 2018 10:32:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g2H3U-00025e-BY for emacs-orgmode@gnu.org; Tue, 18 Sep 2018 10:32:49 -0400 Received: from mail-wm1-x32e.google.com ([2a00:1450:4864:20::32e]:36188) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g2H3U-00025G-4K for emacs-orgmode@gnu.org; Tue, 18 Sep 2018 10:32:44 -0400 Received: by mail-wm1-x32e.google.com with SMTP id j192-v6so3101613wmj.1 for ; Tue, 18 Sep 2018 07:32:44 -0700 (PDT) In-Reply-To: (Kevin Foley's message of "Tue, 18 Sep 2018 10:23:33 -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: Kevin Foley Cc: bensonchu457@gmail.com, emacs-orgmode@gnu.org Kevin Foley writes: > The issue is once you use C-u C-c C-d to remove the deadline with your > point on the same line as the deadline, that line is removed and the point > stays in the same place. That means point is now on Task 2 so calling > `org-deadline' there will apply to Task 2. > I believe the C-u C-c C-d is being done from the agenda buffer, not the org buffer, so the agenda should be able to keep track of the task location. Having said that, I=CA=BCve not been able to reproduce this with Org 9.1.14 Robert