Re: [O] Bug: links are not highlighted anymore with Org Mode 9.2

2019-01-03 Thread Daniel Borchmann
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

Re: [O] Bug: links are not highlighted anymore with Org Mode 9.2

2019-01-03 Thread Daniel Borchmann
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

Re: [O] Bug: links are not highlighted anymore with Org Mode 9.2

2019-01-03 Thread Nicolas Goaziou
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<

[O] Bug: links are not highlighted anymore with Org Mode 9.2

2019-01-03 Thread Daniel Borchmann
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