emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug?] org-link-set-parameters: when `:display 'full', link face is appl


From: Juan Manuel Macías
Subject: [bug?] org-link-set-parameters: when `:display 'full', link face is applied only in description part
Date: Thu, 03 Jun 2021 21:11:38 +0000

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 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]