From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: bug#24571: 25.1; OrgMode bug when both a link and tags are in a headline Date: Fri, 01 Dec 2017 22:00:59 +0100 Message-ID: <87tvxaduyc.fsf@nicolasgoaziou.fr> References: <87zi72ffba.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42554) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eKsRj-0005kf-7T for emacs-orgmode@gnu.org; Fri, 01 Dec 2017 16:02:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eKsRf-0005pP-2Q for emacs-orgmode@gnu.org; Fri, 01 Dec 2017 16:02:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:60151) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eKsRe-0005pI-VH for emacs-orgmode@gnu.org; Fri, 01 Dec 2017 16:02:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eKsRe-0004pE-KC for emacs-orgmode@gnu.org; Fri, 01 Dec 2017 16:02:02 -0500 Sender: "Debbugs-submit" Resent-To: emacs-orgmode@gnu.org Resent-Message-ID: In-Reply-To: <87zi72ffba.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Fri, 01 Dec 2017 19:55:53 +0100") 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: Michael Fiano Cc: 24571-done@debbugs.gnu.org Nicolas Goaziou writes: > Hello, > > Michael Fiano writes: > >> OrgMode bug when both a link and tags are in a headline >> >> Steps to reproduce: >> >> 1. Start stock emacs: >> $ emacs -Q test.org >> >> 2. Write a headline >> * Test >> >> 3. Issue C-c C-c and the headline to add a tag >> * Test :test: >> >> 4. Modify the headline to include a link. >> * Test [[http://test][test]] :test: >> >> 5. Everything appears to be rendered correctly, but when viewing the >> source, it really looks like: >> [[http://test][te]]st >> >> 6. To make it render wrong and become very obvious, change the link >> description to have multiple words. > > I cannot reproduce it in recent Org release. If the OP cannot either, > I suggest marking this bug as done. Actually closing it. Please re-open a bug if it still fails on a more recent revision. Regards,