mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/org: fix TAB not toggle folds on some headlines
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user