* Descriptive links in tables no longer working
@ 2016-02-06 16:13 Loris Bennett
2016-02-06 16:33 ` Nicolas Goaziou
0 siblings, 1 reply; 7+ messages in thread
From: Loris Bennett @ 2016-02-06 16:13 UTC (permalink / raw)
To: emacs-orgmode
Hi,
I opened an file today which I hadn't looked at for a while and found
that descriptive links in tables seems to have stopped working:
| [[http://orgmode.org][Org]] |
Within the table, I can't toggle between descriptive and literal links.
Outside the table everything is OK.
Org-mode version 8.3.3 (8.3.3-26-ge92a06-elpaplus)
Cheers,
Loris
--
This signature is currently under construction.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Descriptive links in tables no longer working
2016-02-06 16:13 Descriptive links in tables no longer working Loris Bennett
@ 2016-02-06 16:33 ` Nicolas Goaziou
2016-02-06 16:44 ` Loris Bennett
0 siblings, 1 reply; 7+ messages in thread
From: Nicolas Goaziou @ 2016-02-06 16:33 UTC (permalink / raw)
To: Loris Bennett; +Cc: emacs-orgmode
Hello,
"Loris Bennett" <loris.bennett@fu-berlin.de> writes:
> I opened an file today which I hadn't looked at for a while and found
> that descriptive links in tables seems to have stopped working:
>
> | [[http://orgmode.org][Org]] |
>
> Within the table, I can't toggle between descriptive and literal links.
> Outside the table everything is OK.
Could you elaborate on "stopped working"? Also, what is "toggling
between descriptive and literal links" ?
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Descriptive links in tables no longer working
2016-02-06 16:33 ` Nicolas Goaziou
@ 2016-02-06 16:44 ` Loris Bennett
2016-02-06 16:52 ` Nicolas Goaziou
0 siblings, 1 reply; 7+ messages in thread
From: Loris Bennett @ 2016-02-06 16:44 UTC (permalink / raw)
To: emacs-orgmode
Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
> Hello,
>
> "Loris Bennett" <loris.bennett@fu-berlin.de> writes:
>
>> I opened an file today which I hadn't looked at for a while and found
>> that descriptive links in tables seems to have stopped working:
>>
>> | [[http://orgmode.org][Org]] |
>>
>> Within the table, I can't toggle between descriptive and literal links.
>> Outside the table everything is OK.
>
> Could you elaborate on "stopped working"? Also, what is "toggling
> between descriptive and literal links" ?
Sorry. The function seems to be org-toggle-link-display. This normally
toggles between say
[[http://orgmode.org][Org]]
and
Org
However, if the link is in a table, the long form with the square
brackets does not change, but links outside the table do. The following
error appears in the messages buffer:
Error during redisplay: (jit-lock-function 17316) signaled (wrong-type-argument listp org-table)
Loris
--
This signature is currently under construction.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Descriptive links in tables no longer working
2016-02-06 16:44 ` Loris Bennett
@ 2016-02-06 16:52 ` Nicolas Goaziou
2016-02-06 17:40 ` Loris Bennett
0 siblings, 1 reply; 7+ messages in thread
From: Nicolas Goaziou @ 2016-02-06 16:52 UTC (permalink / raw)
To: Loris Bennett; +Cc: emacs-orgmode
"Loris Bennett" <loris.bennett@fu-berlin.de> writes:
> However, if the link is in a table, the long form with the square
> brackets does not change, but links outside the table do. The following
> error appears in the messages buffer:
>
> Error during redisplay: (jit-lock-function 17316) signaled (wrong-type-argument listp org-table)
This bug was fixed last week. You may want to update Org.
Regards,
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Descriptive links in tables no longer working
2016-02-06 16:52 ` Nicolas Goaziou
@ 2016-02-06 17:40 ` Loris Bennett
2016-02-06 22:51 ` Nicolas Goaziou
0 siblings, 1 reply; 7+ messages in thread
From: Loris Bennett @ 2016-02-06 17:40 UTC (permalink / raw)
To: emacs-orgmode
Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
> "Loris Bennett" <loris.bennett@fu-berlin.de> writes:
>
>> However, if the link is in a table, the long form with the square
>> brackets does not change, but links outside the table do. The following
>> error appears in the messages buffer:
>>
>> Error during redisplay: (jit-lock-function 17316) signaled (wrong-type-argument listp org-table)
>
> This bug was fixed last week. You may want to update Org.
OK, thanks. I have the version from 2015-02-01, which seems to be the
most current from orgmode.org/elpa, so I'll just wait until the next
version appears.
Cheers,
Loris
--
This signature is currently under construction.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Descriptive links in tables no longer working
2016-02-06 17:40 ` Loris Bennett
@ 2016-02-06 22:51 ` Nicolas Goaziou
2016-02-08 7:28 ` Loris Bennett
0 siblings, 1 reply; 7+ messages in thread
From: Nicolas Goaziou @ 2016-02-06 22:51 UTC (permalink / raw)
To: Loris Bennett; +Cc: emacs-orgmode
Hello,
"Loris Bennett" <loris.bennett@fu-berlin.de> writes:
> OK, thanks. I have the version from 2015-02-01, which seems to be the
> most current from orgmode.org/elpa, so I'll just wait until the next
> version appears.
This version contains the fix. You might have forgotten to reload.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Descriptive links in tables no longer working
2016-02-06 22:51 ` Nicolas Goaziou
@ 2016-02-08 7:28 ` Loris Bennett
0 siblings, 0 replies; 7+ messages in thread
From: Loris Bennett @ 2016-02-08 7:28 UTC (permalink / raw)
To: emacs-orgmode
Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
> Hello,
>
> "Loris Bennett" <loris.bennett@fu-berlin.de> writes:
>
>> OK, thanks. I have the version from 2015-02-01, which seems to be the
>> most current from orgmode.org/elpa, so I'll just wait until the next
>> version appears.
>
> This version contains the fix. You might have forgotten to reload.
>
> Regards,
You're right. Sorry for the noise - everything is working as expected.
Cheers,
Loris
--
This signature is currently under construction.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2016-02-08 7:28 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-06 16:13 Descriptive links in tables no longer working Loris Bennett
2016-02-06 16:33 ` Nicolas Goaziou
2016-02-06 16:44 ` Loris Bennett
2016-02-06 16:52 ` Nicolas Goaziou
2016-02-06 17:40 ` Loris Bennett
2016-02-06 22:51 ` Nicolas Goaziou
2016-02-08 7:28 ` Loris Bennett
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.