From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Multiple bulk actions on the same task fails [9.0.5 (9.0.5-elpaplus @ /Users/links_world/.emacs.d/elpa/org-plus-contrib-20170210/)] Date: Fri, 12 May 2017 00:16:02 +0200 Message-ID: <87poff11lp.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51414) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d8wNW-0003jn-4H for emacs-orgmode@gnu.org; Thu, 11 May 2017 18:16:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d8wNS-0007Vu-2Y for emacs-orgmode@gnu.org; Thu, 11 May 2017 18:16:10 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:56093) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d8wNR-0007VS-OT for emacs-orgmode@gnu.org; Thu, 11 May 2017 18:16:05 -0400 Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by relay7-d.mail.gandi.net (Postfix) with ESMTPS id 94EC31100 for ; Fri, 12 May 2017 00:16:04 +0200 (CEST) In-Reply-To: (Adrian Bradd's message of "Mon, 27 Mar 2017 21:00:32 -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: Adrian Bradd Cc: emacs-orgmode@gnu.org Hello, Adrian Bradd writes: > Using the following agenda file as an MWE: > > * Incoming > ** TODO Testing1 > ** TODO Testing2 > ** TODO Testing3 > > I ran org-agenda and pressed 't' to list all todo items. In the agenda > buffer I marked the task 'Testing1' with 'm' and performed a bulk action with 'B' and > added a tag with '+'. This completed successfully. If I mark "Testing1' > again with 'm' and use 'B' to perform a bulk action I receive an error: > > user-error: Marker # for bulk command is invalid > > If I close out of the agenda buffer and open it back up again I am able > to perform a bulk action on any entry. Fixed. Thank you. Regards, -- Nicolas Goaziou