Re: org-fontify-whole-block-delimiter-line behavior

2025-02-17 Thread Lei Zhe
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

Re: org-fontify-whole-block-delimiter-line behavior

2025-02-15 Thread Ihor Radchenko
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

Re: org-fontify-whole-block-delimiter-line behavior

2025-02-06 Thread Lei Zhe
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

org-fontify-whole-block-delimiter-line behavior

2025-02-06 Thread Lei Zhe
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