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; the faces should be applied
to spaces.

If you agree that this should be fixed, I can submit a patch
by modifying `org-fontify-meta-lines-and-blocks-1`.
Let me know your thoughts.

```
- a block list
   #+begin_src python
   print(1)
   #+end_src
```

Regards
Lei

Reply via email to