branch: externals/org-modern
commit bc77d6129f1503cc2ee6eda6060ad5f38bb7ea56
Author: JD Smith <93749+jdtsm...@users.noreply.github.com>
Commit: JD Smith <93749+jdtsm...@users.noreply.github.com>

    Do not extend end block styling beyond end line.
---
 org-modern-indent.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-modern-indent.el b/org-modern-indent.el
index 128f81c7d8..7ced8215b2 100644
--- a/org-modern-indent.el
+++ b/org-modern-indent.el
@@ -91,7 +91,7 @@ with a box guide unicode character."
 
           ;; Block end: use end prefix
           ((org-modern-indent--face-in 'org-block-end-line face)
-           (org-modern-indent--add-props change-beg change-end line extra-pad
+           (org-modern-indent--add-props change-beg line-end line extra-pad
                                          org-modern-indent-end))))
        ;; Non-block line:  pad normally
        (org-modern-indent--add-props change-beg change-end line extra-pad)))

Reply via email to