branch: externals/org-real commit ce817a1dcfac6f5ccfb5ec08982ad8769678c5ea Author: Tyler Grinn <tylergr...@gmail.com> Commit: Tyler Grinn <tylergr...@gmail.com>
Merge display-rel-box --- org-real.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/org-real.el b/org-real.el index c6f6f1b..4cb921a 100644 --- a/org-real.el +++ b/org-real.el @@ -1532,11 +1532,17 @@ NEXT." rel-box extra-data flex + display-rel-box (next-level level) (next-behind behind) (next-in-front in-front) (next-on-top on-top)) next + (if (slot-boundp next :display-rel-box) + (setq display-rel-box + (org-real--find-matching + display-rel-box + (org-real--get-world prev)))) (let* ((next-boxes (org-real--next next)) (partitioned (seq-group-by (lambda (next-next)