Julien Cubizolles <j.cubizol...@free.fr> 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.