branch: externals/org-real
commit 0cb9745c5cc8201b4b1c1c398fd82fa23ea369d3
Author: Tyler Grinn <tylergr...@gmail.com>
Commit: Tyler Grinn <tylergr...@gmail.com>

    Satisfying elc compiler
---
 org-real.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-real.el b/org-real.el
index 64e3796..58315e2 100644
--- a/org-real.el
+++ b/org-real.el
@@ -1396,7 +1396,7 @@ characters if possible."
                                       ((string= rel "on top of") -1.0e+INF)
                                       (t 0))
                             :primary t)))
-    (if (= 1 (oref parent :level))
+    (if (= 1 (with-slots (level) parent level))
         (org-real--flex-add box parent)
       (org-real--add-next box parent))
     (mapc

Reply via email to