emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org-real 163b943bdb 022/188: get-width compares childre


From: ELPA Syncer
Subject: [elpa] externals/org-real 163b943bdb 022/188: get-width compares children with margins included
Date: Sun, 5 May 2024 22:55:49 -0400 (EDT)

branch: externals/org-real
commit 163b943bdb6ed89e61650747a6ae045fc0578a29
Author: Amy Grinn <grinn.amy@gmail.com>
Commit: Amy Grinn <grinn.amy@gmail.com>

    get-width compares children with margins included
---
 org-real.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-real.el b/org-real.el
index 557b689be3..00c9b48c7f 100644
--- a/org-real.el
+++ b/org-real.el
@@ -576,7 +576,7 @@ OFFSET is the starting line to start insertion."
                                 (+ total (car org-real--margin) width))
                               column-widths
                               (* -1 (car org-real--margin)))))
-        (if (> width children-width)
+        (if (> width (+ (* 2 (car org-real--margin)) children-width))
             width
           (+ base-width children-width))))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]