emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Links in headings are broken
@ 2016-01-26 19:20 Titus von der Malsburg
  2016-01-26 19:35 ` Bruno Bigras
  0 siblings, 1 reply; 5+ messages in thread
From: Titus von der Malsburg @ 2016-01-26 19:20 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 401 bytes --]



I just updated org-mode from Elpa and since then links in headings are
not anymore interpreted as links.  Example:

* [[http://www.google.com][Google]]

I’d expect to see

* Google

with “Google” being clickable but instead I see the complete code for
the link.  Links in normal text work as usual.

Tested with Emacs -Q on a recent development version of Emacs.

  Titus



[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 472 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Links in headings are broken
  2016-01-26 19:20 Links in headings are broken Titus von der Malsburg
@ 2016-01-26 19:35 ` Bruno Bigras
  2016-01-26 19:58   ` Titus von der Malsburg
  0 siblings, 1 reply; 5+ messages in thread
From: Bruno Bigras @ 2016-01-26 19:35 UTC (permalink / raw)
  To: Titus von der Malsburg, emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1172 bytes --]

I think I have the same problem. Also some "TODO" keywords are now
highlighted in some headings but it could be related.

In the "*messages*" buffer I have:
font-lock-fontify-keywords-region: Wrong type argument: listp,
org-level-1Error during redisplay: (jit-lock-function 240) signaled
(wrong-type-argument listp org-level-1)
Error during redisplay: (jit-lock-function 1906) signaled
(wrong-type-argument listp org-level-1)
Error during redisplay: (jit-lock-function 8102) signaled
(wrong-type-argument listp org-level-1)
Error during redisplay: (jit-lock-function 9663) signaled
(wrong-type-argument listp org-level-1)


Le mar. 26 janv. 2016 à 14:20, Titus von der Malsburg <malsburg@posteo.de>
a écrit :

>
>
> I just updated org-mode from Elpa and since then links in headings are
> not anymore interpreted as links.  Example:
>
> * [[http://www.google.com][Google]]
>
> I’d expect to see
>
> * Google
>
> with “Google” being clickable but instead I see the complete code for
> the link.  Links in normal text work as usual.
>
> Tested with Emacs -Q on a recent development version of Emacs.
>
>   Titus
>
>
> --
Bruno

[-- Attachment #2: Type: text/html, Size: 1667 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Links in headings are broken
  2016-01-26 19:35 ` Bruno Bigras
@ 2016-01-26 19:58   ` Titus von der Malsburg
  2016-01-26 20:27     ` Bruno Bigras
  0 siblings, 1 reply; 5+ messages in thread
From: Titus von der Malsburg @ 2016-01-26 19:58 UTC (permalink / raw)
  To: Bruno Bigras; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1707 bytes --]


On 2016-01-26 Tue 11:35, Bruno Bigras wrote:
> I think I have the same problem. Also some "TODO" keywords are now
> highlighted in some headings but it could be related.

I can confirm the error messages.  Also, I think Bruno means that the
TODO keywords are *not* highlighted.  This also affects other keywords
not just TODO and I can’t really see what is triggering it.  I have one
very large org file with hundreds of TODO items and about 10% of the
TODO/DONE/… keywords are not highlighted.  The non-highlighted keywords
usually occur in streaks (in consecutive headings).

  Titus

>
> In the "*messages*" buffer I have:
> font-lock-fontify-keywords-region: Wrong type argument: listp,
> org-level-1Error during redisplay: (jit-lock-function 240) signaled
> (wrong-type-argument listp org-level-1)
> Error during redisplay: (jit-lock-function 1906) signaled
> (wrong-type-argument listp org-level-1)
> Error during redisplay: (jit-lock-function 8102) signaled
> (wrong-type-argument listp org-level-1)
> Error during redisplay: (jit-lock-function 9663) signaled
> (wrong-type-argument listp org-level-1)
>
>
> Le mar. 26 janv. 2016 à 14:20, Titus von der Malsburg <malsburg@posteo.de>
> a écrit :
>
>>
>>
>> I just updated org-mode from Elpa and since then links in headings are
>> not anymore interpreted as links.  Example:
>>
>> * [[http://www.google.com][Google]]
>>
>> I’d expect to see
>>
>> * Google
>>
>> with “Google” being clickable but instead I see the complete code for
>> the link.  Links in normal text work as usual.
>>
>> Tested with Emacs -Q on a recent development version of Emacs.
>>
>>   Titus
>>
>>
>> --
> Bruno


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 472 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Links in headings are broken
  2016-01-26 19:58   ` Titus von der Malsburg
@ 2016-01-26 20:27     ` Bruno Bigras
  2016-01-26 20:51       ` Nicolas Goaziou
  0 siblings, 1 reply; 5+ messages in thread
From: Bruno Bigras @ 2016-01-26 20:27 UTC (permalink / raw)
  To: Titus von der Malsburg; +Cc: org-mode mailing list

2016-01-26 14:58 GMT-05:00 Titus von der Malsburg <malsburg@posteo.de>:
> I think Bruno means that the TODO keywords are *not* highlighted.

You're right. Sorry for the confusion.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Links in headings are broken
  2016-01-26 20:27     ` Bruno Bigras
@ 2016-01-26 20:51       ` Nicolas Goaziou
  0 siblings, 0 replies; 5+ messages in thread
From: Nicolas Goaziou @ 2016-01-26 20:51 UTC (permalink / raw)
  To: Bruno Bigras; +Cc: org-mode mailing list, Titus von der Malsburg

Hello,

Bruno Bigras <bigras.bruno@gmail.com> writes:

> 2016-01-26 14:58 GMT-05:00 Titus von der Malsburg <malsburg@posteo.de>:
>> I think Bruno means that the TODO keywords are *not* highlighted.
>
> You're right. Sorry for the confusion.

This was fixed yesterday.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-01-26 20:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-26 19:20 Links in headings are broken Titus von der Malsburg
2016-01-26 19:35 ` Bruno Bigras
2016-01-26 19:58   ` Titus von der Malsburg
2016-01-26 20:27     ` Bruno Bigras
2016-01-26 20:51       ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).