From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Usability for tags in master branch [9.1.12 (release_9.1.12-646-gb08245 @ c:/D-Drive/bin/org-mode/lisp/)] Date: Sat, 28 Apr 2018 02:25:01 +0200 Message-ID: <87604ctbxe.fsf@nicolasgoaziou.fr> References: <87muxoiwbv.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49926) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fCDfq-0006ZB-Lm for emacs-orgmode@gnu.org; Fri, 27 Apr 2018 20:25:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fCDfl-0002qf-NL for emacs-orgmode@gnu.org; Fri, 27 Apr 2018 20:25:10 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:50741) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fCDfl-0002np-H1 for emacs-orgmode@gnu.org; Fri, 27 Apr 2018 20:25:05 -0400 In-Reply-To: <87muxoiwbv.fsf@norang.ca> (Bernt Hansen's message of "Fri, 27 Apr 2018 09:59:48 -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: Bernt Hansen Cc: emacs-orgmode@gnu.org Hello, Bernt Hansen writes: > With the below org file tags handling behaves in a surprising way. > > > * TODO Test Parent :PRODUCTION:MISC: > ** TODO foo :BAR: > ** keys to reproduce > > > 1) At beginning of line 2 on TODO foo > 2) M-ret to insert a new heading before foo > 3) S-ret to get TODO keyword > - auto fills :PRODUCTION:MISC: tags ? > 4) SPC now does not work to insert a space after the TODO so I can type my headline > I have to use C-f > 5) C-c C-q on this line now removes both tags > I thought this was a bug but it seems to be removing tags that are defined > by the parent tasks and maybe that is intentional > 6) When I enter a parent tag C-c C-q MISC RET it is displayed and then removed if I do another C-c C-q > This was surprising to me and I thought tag handling was completely broken > Until I tried a tag not in a parent task > try C-c C-q TAB MISC RET > C-c C-q TAB PRODUCTION RET I think this is now fixed. Could you confirm it? Thank you! Regards, -- Nicolas Goaziou