From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josh Moller-Mara Subject: Re: Change in appearance of org-todo-keywords Date: Mon, 07 Aug 2017 19:01:56 +0800 Message-ID: <87h8xjy72z.fsf@cns.nyu.edu> References: <87y3r0zjpx.fsf@yandex.com> <87mv7cxbav.fsf@cns.nyu.edu> <87r2wnga7c.fsf@yandex.com> <87poc7d8dg.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58167) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1defnS-0002XG-UU for emacs-orgmode@gnu.org; Mon, 07 Aug 2017 07:02:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1defnO-0006o1-4A for emacs-orgmode@gnu.org; Mon, 07 Aug 2017 07:02:06 -0400 Received: from mail-pg0-x242.google.com ([2607:f8b0:400e:c05::242]:35489) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1defnN-0006nh-RE for emacs-orgmode@gnu.org; Mon, 07 Aug 2017 07:02:02 -0400 Received: by mail-pg0-x242.google.com with SMTP id l64so90122pge.2 for ; Mon, 07 Aug 2017 04:02:01 -0700 (PDT) In-Reply-To: <87poc7d8dg.fsf@nicolasgoaziou.fr> 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 , Colin Baxter Cc: emacs-orgmode@gnu.org Nicolas Goaziou writes: > Hello, > > Colin Baxter writes: > >> Yes, you are correct. I can confirm that switching off >> org-todo-state-tags-triggers removes the insertion of colons for me >> too. > > Fixed. Thank you. > Hello, ~org-toggle-tag~ now seems to delete currently set tags for a heading. It seems that calling ~(match-string 1)~ after ~(replace-match "")~ makes the former return an empty string, so the ~current~ tags get set as an empty string. It also still seems to set a blank tag ("::") if there was a tag set previously. Best, Josh