>
> Links are currently defined by an open function and an export function.
> It might be interesting if org added a third function to this set, a
> fontification function.
>
> OTOH we would have to consider if links are the best place to add this
> functionality. The work you have done on org-re
Hi John,
2015ko azaroak 25an, John Kitchin-ek idatzi zuen:
>
> Hi,
>
> I am trying to find a nice way to change the color of some links. So far
> the only solution I have found is to create a new face, and use
> highlight-regexp to do it.
>
> I would prefer to just use font-lock to change the c
Hi,
I am trying to find a nice way to change the color of some links. So far
the only solution I have found is to create a new face, and use
highlight-regexp to do it.
I would prefer to just use font-lock to change the color of the link. so
far I have not found a way to do that.
I have found the