From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: Re: remove TODO state in agenda view Date: Thu, 10 Aug 2017 16:20:47 +0200 Message-ID: <87valvmrls.fsf@free.fr> References: <87fud7sph4.fsf@free.fr> <871sorsko4.fsf@alphapapa.net> <87h8xnbese.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34534) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dfoKb-0003I5-6n for emacs-orgmode@gnu.org; Thu, 10 Aug 2017 10:21:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dfoKX-0002Pq-8U for emacs-orgmode@gnu.org; Thu, 10 Aug 2017 10:21:01 -0400 Received: from [195.159.176.226] (port=33738 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dfoKX-0002Pe-1U for emacs-orgmode@gnu.org; Thu, 10 Aug 2017 10:20:57 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dfoKL-0003cp-FZ for emacs-orgmode@gnu.org; Thu, 10 Aug 2017 16:20:45 +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: > Adam Porter writes: > >> Julien Cubizolles writes: >> >>> Choosing "space" when changing the TODO state of an entry with C-c C-t >>> in an org buffer clears the TODO state. However it doesn't work in the >>> agenda view. >> >> Hi Julien, >> >> Just tried it, and it works for me. What version of Org are you using? > > It's working for me too now. Don't know what I was doing wrong, sorry. 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. Julien.