GNU bug report logs - #24571
25.1; OrgMode bug when both a link and tags are in a headline

Previous Next

Package: org-mode;

Reported by: Michael Fiano <michael.fiano <at> gmail.com>

Date: Thu, 29 Sep 2016 21:34:01 UTC

Severity: normal

Found in version 25.1

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 24571 in the body.
You can then email your comments to 24571 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#24571; Package emacs. (Thu, 29 Sep 2016 21:34:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Michael Fiano <michael.fiano <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Thu, 29 Sep 2016 21:34:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Michael Fiano <michael.fiano <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 25.1; OrgMode bug when both a link and tags are in a headline
Date: Thu, 29 Sep 2016 17:11:22 -0400
[Message part 1 (text/plain, inline)]
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.



In GNU Emacs 25.1.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.20.9)
 of 2016-09-18 built on juergen
Windowing system distributor 'The X.Org Foundation', version 11.0.11804000
System Description: Arch Linux

Configured using:
 'configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib
 --localstatedir=/var --with-x-toolkit=gtk3 --with-xft
 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe
 -fstack-protector-strong' CPPFLAGS=-D_FORTIFY_SOURCE=2
 LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro'

Configured features:
XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GCONF GSETTINGS
NOTIFY ACL GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB
TOOLKIT_SCROLL_BARS GTK3 X11

Important settings:
  value of $LC_CTYPE: en_US.UTF-8
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t
[Message part 2 (text/html, inline)]

Information forwarded to emacs-orgmode <at> gnu.org:
bug#24571; Package org-mode. (Fri, 01 Dec 2017 18:56:01 GMT) Full text and rfc822 format available.

Message #8 received at 24571 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Michael Fiano <michael.fiano <at> gmail.com>
Cc: 24571 <at> debbugs.gnu.org
Subject: Re: bug#24571: 25.1;
 OrgMode bug when both a link and tags are in a headline
Date: Fri, 01 Dec 2017 19:55:53 +0100
Hello,

Michael Fiano <michael.fiano <at> gmail.com> 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.

Regards,

-- 
Nicolas Goaziou                                                0x80A93738




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Fri, 01 Dec 2017 21:02:02 GMT) Full text and rfc822 format available.

Notification sent to Michael Fiano <michael.fiano <at> gmail.com>:
bug acknowledged by developer. (Fri, 01 Dec 2017 21:02:02 GMT) Full text and rfc822 format available.

Message #13 received at 24571-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Michael Fiano <michael.fiano <at> gmail.com>
Cc: 24571-done <at> debbugs.gnu.org
Subject: Re: 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
Nicolas Goaziou <mail <at> nicolasgoaziou.fr> writes:

> Hello,
>
> Michael Fiano <michael.fiano <at> gmail.com> 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,




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 30 Dec 2017 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 231 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.