mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-25 07:27:57 +00:00
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:
parent
2189b9ac47
commit
4fd652d361
@ -6312,7 +6312,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.
|
||||
|
Loading…
Reference in New Issue
Block a user