branch: externals/org-real
commit 498121ff2483f7d0890d86bb4ef54bd7b96f875c
Author: Amy Grinn <grinn....@gmail.com>
Commit: Amy Grinn <grinn....@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 64e3796d81..58315e2c60 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