From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien 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 15:10:12 +0200 Message-ID: <87a7tnv5mz.fsf@gnu.org> References: <87muxoiwbv.fsf@norang.ca> <87604ctbxe.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fCPcI-0005cX-GZ for emacs-orgmode@gnu.org; Sat, 28 Apr 2018 09:10:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fCPcF-0007YF-8X for emacs-orgmode@gnu.org; Sat, 28 Apr 2018 09:10:18 -0400 In-Reply-To: <87604ctbxe.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Sat, 28 Apr 2018 02:25:01 +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: Nicolas Goaziou Cc: Bernt Hansen , emacs-orgmode@gnu.org Hi Nicolas, Nicolas Goaziou writes: >> 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 I still have this issue with current master. Those lines in `org--align-tags-here' are problematic: (skip-chars-backward " \t") (delete-region (point) (match-beginning 1)) Because the outer save-excursion in `org-align-tags' is then ignored. -- Bastien