mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/org: fix +org/insert-item moving cursor into invisible region
This commit is contained in:
@ -202,7 +202,7 @@ wrong places)."
|
||||
(t (user-error "Not a valid list, heading or table")))
|
||||
|
||||
(when (org-invisible-p)
|
||||
(org-show-subtree))
|
||||
(org-show-hidden-entry))
|
||||
(when (bound-and-true-p evil-mode)
|
||||
(evil-insert 1))))
|
||||
|
||||
|
Reference in New Issue
Block a user