branch: externals/org-real commit 5acd2b0a28551facb015586fc67b75bac9016d50 Author: Amy Grinn <grinn....@gmail.com> Commit: Amy Grinn <grinn....@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 7490908174..8e7b9c3079 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))