lang/org: fix TAB not toggle folds on some headlines
This commit is contained in:
parent
f3b99779c9
commit
b47ccab4a5
1 changed files with 2 additions and 2 deletions
|
@ -268,10 +268,10 @@ with `org-cycle'). Also:
|
|||
(org-beginning-of-line)
|
||||
(cond ((org-at-table-p)
|
||||
(org-table-align))
|
||||
((org-in-src-block-p)
|
||||
(org-babel-remove-result))
|
||||
((org-at-heading-p)
|
||||
(outline-toggle-children))
|
||||
((org-in-src-block-p)
|
||||
(org-babel-remove-result))
|
||||
((org-at-item-p)
|
||||
(let ((window-beg (window-start)))
|
||||
(org-cycle)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue