|
@@ -6312,7 +6312,7 @@ in special contexts.
|
|
(if (org-at-item-p)
|
|
(if (org-at-item-p)
|
|
(org-list-set-item-visibility (point-at-bol) struct 'children)
|
|
(org-list-set-item-visibility (point-at-bol) struct 'children)
|
|
(org-show-entry)
|
|
(org-show-entry)
|
|
- (show-children)
|
|
|
|
|
|
+ (org-with-limited-levels (show-children))
|
|
(when (memq 'org-cycle-hide-drawers org-cycle-hook)
|
|
(when (memq 'org-cycle-hide-drawers org-cycle-hook)
|
|
(org-cycle-hide-drawers 'subtree))
|
|
(org-cycle-hide-drawers 'subtree))
|
|
;; Fold every list in subtree to top-level items.
|
|
;; Fold every list in subtree to top-level items.
|