Yes, it makes sense. I'll go ahead and reconsider how to do it without
implication.
On Sun, Feb 16, 2025 at 12:06 AM Ihor Radchenko wrote:
>
> Lei Zhe writes:
>
> > When a source block is indented within a list, as shown below,
> > even if I set `org-fontify-whole-block-delimiter-line` to nil, t
Lei Zhe writes:
> When a source block is indented within a list, as shown below,
> even if I set `org-fontify-whole-block-delimiter-line` to nil, the
> spaces before `#+begin_src` are still fontified if I have custom
> faces for `org-block-begin-line` and `org-block-end-line`. In my
> opinion, th
oops, typo. The faces shouldn't be applied to spaces.
On Thu, Feb 6, 2025 at 8:47 PM Lei Zhe wrote:
>
> When a source block is indented within a list, as shown below,
> even if I set `org-fontify-whole-block-delimiter-line` to nil, the
> spaces before `#+begin_src` are still fontified if I have c
When a source block is indented within a list, as shown below,
even if I set `org-fontify-whole-block-delimiter-line` to nil, the
spaces before `#+begin_src` are still fontified if I have custom
faces for `org-block-begin-line` and `org-block-end-line`. In my
opinion, this is incorrect behavior; th