Re: [BUG] Face attribute customization is ignored [9.5.5 (9.5.5-gbe2246 @ /home/dav/.emacs.d/straight/build/org/)]

2022-09-26 Thread David Vicente
On 25/09/22 04:29, Ihor Radchenko wrote: If you want to be really safe, try setting the :extend face property in org-font-lock-set-keywords-hook or in org-mode-hook. Yep, I was using org-mode-hook to be safe before filling this bug report. Thanks!

Re: [BUG] Face attribute customization is ignored [9.5.5 (9.5.5-gbe2246 @ /home/dav/.emacs.d/straight/build/org/)]

2022-09-24 Thread Ihor Radchenko
David Vicente writes: > On 24/09/22 02:58, Ihor Radchenko wrote: >> Yes, it does. Just set it to nil, and you will be good to go. > > > Won't that have other effects? Hmm. A single side effect will be that the fonts will not be applied to the newline characters after the begin/end block lines.

Re: [BUG] Face attribute customization is ignored [9.5.5 (9.5.5-gbe2246 @ /home/dav/.emacs.d/straight/build/org/)]

2022-09-24 Thread David Vicente
On 24/09/22 02:58, Ihor Radchenko wrote: Yes, it does. Just set it to nil, and you will be good to go. Won't that have other effects?

Re: [BUG] Face attribute customization is ignored [9.5.5 (9.5.5-gbe2246 @ /home/dav/.emacs.d/straight/build/org/)]

2022-09-23 Thread Ihor Radchenko
David Vicente writes: > The attribute customization of org-block-begin-line and > org-block-end-line is ignored, i.e, the :extend attribute gets > overwritten when we start org-mode and ends up with value t. > > After inspecting the source code I suspect that it might have something > to do

[BUG] Face attribute customization is ignored [9.5.5 (9.5.5-gbe2246 @ /home/dav/.emacs.d/straight/build/org/)]

2022-09-23 Thread David Vicente
Starting with: $ emacs -Q and evaluating (require 'org) (set-face-attribute 'org-block nil :extend nil :background "snow2") (set-face-attribute 'org-block-begin-line nil :extend nil :background "snow2") (set-face-attribute 'org-block-end-line nil :extend nil :background "snow2")