Re: [PATCH] cosmetic of begin/end lines

2025-02-25 Thread Ihor Radchenko
Phil Estival writes: > The question is: wouldn't it be a good design choice to keep the > possibility to emphasize source blocks in org and its exports like in > this fourth schema? > ... What you suggest sounds like a complication. Not that I oppose the idea that such fontification may be good-

Re: [PATCH] cosmetic of begin/end lines

2025-02-24 Thread Phil Estival
* [2025-02-21 18:57 +] Ihor Radchenko : > Phil Estival writes: > >>> Does the attached diff fix the problem you are encountering? >> >> Yes it does. Thank you! >> >> But we are losing that previous possibility we had of a >> bi-color display of meta lines, with the second part (past >> the tex

Re: [PATCH] cosmetic of begin/end lines

2025-02-21 Thread Ihor Radchenko
Phil Estival writes: >> Does the attached diff fix the problem you are encountering? > > Yes it does. Thank you! > > But we are losing that previous possibility we had of a > bi-color display of meta lines, with the second part (past > the text of a meta line) being of the color of the block. Th

Re: [PATCH] cosmetic of begin/end lines

2025-02-20 Thread Phil Estival
* [2025-02-20 17:46 +] Ihor Radchenko : > Phil Estival writes: > >>> whole line does not mean only background. It includes everything - >>> underline as well. Background is just one example. >> >> It does because the variables are programmatically linked >> [[file:~/.emacs.d/repos/org/lisp/org

Re: [PATCH] cosmetic of begin/end lines

2025-02-17 Thread Ihor Radchenko
Phil Estival writes: >> Documentation >> Non-nil means fontify the whole line for begin/end lines of blocks. >> >> This is useful when setting a background color for the >> org-block-begin-line and org-block-end-line faces. > > True, but the background color of those is unrelated

Re: [PATCH] cosmetic of begin/end lines

2025-02-15 Thread Ihor Radchenko
Phil Estival writes: > Is there any reason to force the extension of the lines of begin/end > while the whole fontification of a block is on? I haven't seen any > since org 9 and this allows to under/overline only the text of > begin/end while setting the background color of the entire line. Thi

[PATCH] cosmetic of begin/end lines

2025-01-21 Thread Phil Estival
Hi, Is there any reason to force the extension of the lines of begin/end while the whole fontification of a block is on? I haven't seen any since org 9 and this allows to under/overline only the text of begin/end while setting the background color of the entire line. Cheers, PhilFrom 61cf0a3cc6