From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug when both a link and tags are in a headline Date: Fri, 30 Sep 2016 00:59:29 +0200 Message-ID: <877f9uxqge.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpkIe-0005m7-JX for emacs-orgmode@gnu.org; Thu, 29 Sep 2016 18:59:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpkId-0004fl-NZ for emacs-orgmode@gnu.org; Thu, 29 Sep 2016 18:59:32 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:41084) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpkId-0004fQ-Hg for emacs-orgmode@gnu.org; Thu, 29 Sep 2016 18:59:31 -0400 In-Reply-To: (Michael Fiano's message of "Thu, 29 Sep 2016 17:18:41 -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: Michael Fiano Cc: emacs-orgmode@gnu.org Hello, Michael Fiano writes: > Steps to reproduce: > > 1. Start stock emacs 25.1: > $ 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. Fixed. Thank you. Regards, -- Nicolas Goaziou