From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: remove TODO state in agenda view Date: Thu, 10 Aug 2017 19:34:06 -0500 Message-ID: <87tw1fx7r5.fsf@alphapapa.net> References: <87fud7sph4.fsf@free.fr> <871sorsko4.fsf@alphapapa.net> <87h8xnbese.fsf@free.fr> <87valvmrls.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dfxuD-0005Sq-6C for emacs-orgmode@gnu.org; Thu, 10 Aug 2017 20:34:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dfxu8-00082W-A6 for emacs-orgmode@gnu.org; Thu, 10 Aug 2017 20:34:25 -0400 Received: from [195.159.176.226] (port=38559 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dfxu8-00081x-3K for emacs-orgmode@gnu.org; Thu, 10 Aug 2017 20:34:20 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dfxtw-00059W-Ji for emacs-orgmode@gnu.org; Fri, 11 Aug 2017 02:34:08 +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: emacs-orgmode@gnu.org Julien Cubizolles writes: > Got it: the problem occurs when trying to clear the TODO state of > several entries through a bulk action: > > * mark several entries > > * "B t" doesn't offer to clear the TODO state with space like "t" does > on a single entry. Yes, I guess that's because it uses completing-read to complete the tags, instead of using the single-key tag selection. At least, that's how it works for me.