Hello again, To simplify what I mentioned in my previous message, the bug is simply reproducible with any link, when running `org-toggle-link-display'.
I'm not sure, but I would say it was introduced in the commit: 8bdcf51ac lisp/org.el: Update previews correctly when color chnages Best regards, Juan Manuel Juan Manuel Macías writes: > Hi all, > > In master: > > if I do: > > (org-link-set-parameters "foo" > :display 'full > :face '(:foreground "chocolate" :weight bold > :underline t)) > > and then: > > [[foo:target][description]] > > the face parameter is only applied in the description part. > > Expected result: shouldn't the face be applied to the entire link? > > Best regards, > > Juan Manuel >