lang/org: fix +org/insert-item moving cursor into invisible region
This commit is contained in:
parent
e6dd7fa867
commit
f3d54af5dc
1 changed files with 1 additions and 1 deletions
|
@ -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))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue