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

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

[elpa] externals/org-real 0b764c7 022/160: get-width compares children w


From: ELPA Syncer
Subject: [elpa] externals/org-real 0b764c7 022/160: get-width compares children with margins included
Date: Wed, 6 Oct 2021 16:58:07 -0400 (EDT)

branch: externals/org-real
commit 0b764c7e1bfec93538f23bc8bf8526d5dda48e95
Author: Tyler Grinn <tylergrinn@gmail.com>
Commit: Tyler Grinn <tylergrinn@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 557b689..00c9b48 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]