branch: externals/org-real commit 80799f639fca9de2fe0214fbdab694acc40dc5c8 Author: Tyler Grinn <tylergr...@gmail.com> Commit: Tyler Grinn <tylergr...@gmail.com>
Linting --- org-real.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/org-real.el b/org-real.el index 7490908..8e7b9c3 100644 --- a/org-real.el +++ b/org-real.el @@ -525,7 +525,9 @@ ORIG is `org-insert-link', ARGS are the arguments passed to it." (cl-defmethod org-real--make-instance ((_ (subclass boxy-box)) containers &optional skip-primary) - "Create a `boxy-box' from CONTAINERS." + "Create a `boxy-box' from CONTAINERS. + +If SKIP-PRIMARY is non-nil, don't highlight the primary box." (let ((world (boxy-box :margin-x org-real-margin-x :margin-y org-real-margin-y @@ -541,6 +543,8 @@ ORIG is `org-insert-link', ARGS are the arguments passed to it." force-visible) "Add the first container from CONTAINERS to PREV. +If SKIP-PRIMARY, don't highlight the primary box. + If FORCE-VISIBLE, force the child to be visible regardless of its level." (let* ((container (pop containers))