Correctly unfold headlines containing an inlinetask

* lisp/org.el (org-cycle-internal-local): Correctly unfold headlines
  containing an inlinetask.

Based on a patch from Marc-Oliver Ihm.
This commit is contained in:
Nicolas Goaziou 2012-02-13 11:22:37 +01:00
parent b5082974c8
commit d869973c9d
1 changed files with 1 additions and 1 deletions

View File

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