branch: externals/org-real commit 668a60cb43d9471f3808371e636b2d4628e5c897 Author: Amy Grinn <grinn....@gmail.com> Commit: Amy Grinn <grinn....@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 c6f6f1b981..4cb921a784 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)