ghItlhpu' Daniel Borchmann :
> I get (in the *scratch* buffer):
>
> (facep nil) → [face unspecified unspecified unspecified unspecified
> unspecified unspecified unspecified unspecified unspecified unspecified
> unspecified ...]
Seems this an issue with my configuration, not Emacs itself, as
ghItlhpu' Nicolas Goaziou :
>> The reason for this seems to be that
>> ‘org-activate-links’ uses the following code to determine which face to
>> use:
>>
>> --8<---cut here---start->8---
>> (pcase (org-link-get-parameter type :face)
>> ((and (pred functionp) fa
Hello,
Daniel Borchmann writes:
> links in Org Mode 9.2 are not highlighted anymore if no :face keyword is
> given in ‘org-link-parameters’.
I cannot reproduce this.
> The reason for this seems to be that
> ‘org-activate-links’ uses the following code to determine which face to
> use:
>
> --8<
Hey,
links in Org Mode 9.2 are not highlighted anymore if no :face keyword is
given in ‘org-link-parameters’. The reason for this seems to be that
‘org-activate-links’ uses the following code to determine which face to
use:
--8<---cut here---start->8---
(pcas