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)
|
(org-beginning-of-line)
|
||||||
(cond ((org-at-table-p)
|
(cond ((org-at-table-p)
|
||||||
(org-table-align))
|
(org-table-align))
|
||||||
((org-in-src-block-p)
|
|
||||||
(org-babel-remove-result))
|
|
||||||
((org-at-heading-p)
|
((org-at-heading-p)
|
||||||
(outline-toggle-children))
|
(outline-toggle-children))
|
||||||
|
((org-in-src-block-p)
|
||||||
|
(org-babel-remove-result))
|
||||||
((org-at-item-p)
|
((org-at-item-p)
|
||||||
(let ((window-beg (window-start)))
|
(let ((window-beg (window-start)))
|
||||||
(org-cycle)
|
(org-cycle)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue