From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: Re: Can't remove deadline or schedule in bulk mode Date: Tue, 15 Aug 2017 10:19:40 +0200 Message-ID: <878tilgs4j.fsf@free.fr> References: <87zib7mwf6.fsf@free.fr> <87o9rnx7ho.fsf@alphapapa.net> <874ltep9sz.fsf@free.fr> <87lgmqp3r8.fsf@kyleam.com> <87zib2xn4v.fsf@free.fr> <87h8xaxffx.fsf@free.fr> <87378tanyj.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45814) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dhX4l-0007Eb-RD for emacs-orgmode@gnu.org; Tue, 15 Aug 2017 04:19:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dhX4h-0001ie-NQ for emacs-orgmode@gnu.org; Tue, 15 Aug 2017 04:19:47 -0400 Received: from smtp3-g21.free.fr ([212.27.42.3]:27270) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dhX4h-0001hb-HT for emacs-orgmode@gnu.org; Tue, 15 Aug 2017 04:19:43 -0400 In-Reply-To: <87378tanyj.fsf@kyleam.com> (Kyle Meyer's message of "Mon, 14 Aug 2017 16:33:56 -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: Kyle Meyer Cc: emacs-orgmode@gnu.org, mail@nicolasgoaziou.fr Kyle Meyer writes: > Julien Cubizolles writes: > >> Julien Cubizolles writes: >> >>> Kyle Meyer writes: >>> >>> >>>> Since you have the git repo set up and have a good/bad range, you can use >>>> git bisect to find the offending commit. >> >> I finally found the offending commit, >> >> it's commit 4f578a3f7fe193229adc239c93d6983bcc030d41 org-agenda: Small >> refactoring by N. Goaziou. > > Yep, that's the same commit that I pointed to in the later part of the > message you quote, but my guess about what the problematic bits were was > wrong. Anyway, should be fixed with b900a85fe. It is, thanks.