From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [BUG] org-special-ctrl-k no longer protects tags Date: Tue, 17 Jul 2018 22:25:40 +0200 Message-ID: <87zhypsj7f.fsf@nicolasgoaziou.fr> References: <87pnzlfz6j.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48559) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffWXa-0006pu-18 for emacs-orgmode@gnu.org; Tue, 17 Jul 2018 16:25:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ffWXW-0004T5-TP for emacs-orgmode@gnu.org; Tue, 17 Jul 2018 16:25:46 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:56775) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ffWXW-0004S7-Lw for emacs-orgmode@gnu.org; Tue, 17 Jul 2018 16:25:42 -0400 Received: from saiph (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 8FB0720008 for ; Tue, 17 Jul 2018 20:25:40 +0000 (UTC) Received: from ngz by saiph with local (Exim 4.89) (envelope-from ) id 1ffWXU-0003Sx-20 for emacs-orgmode@gnu.org; Tue, 17 Jul 2018 22:25:40 +0200 In-Reply-To: <87pnzlfz6j.fsf@fastmail.fm> (Matt Lundin's message of "Tue, 17 Jul 2018 14:19:00 -0500") 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: Org Mode Hello, Matt Lundin writes: > Since commit e87ebca2a7, setting org-special-ctrl-k to t no longer > protects tags if when pressing C-k (org-kill-line) in the middle of a > headline. The expected behavior is described in the docstring for > org-special-ctrl-k: "When in the middle of the headline text, kill the > headline up to the tags." > > Take the following example: > > * Headline :tag: > > If I hit C-k with the cursor on the letter "l" on the example above, I > expect to get this... > > * Head :tag: > > Instead, I get this... > > * Head Fixed. Thank you. Regards, -- Nicolas Goaziou