lang/org: +org/insert-item: unhide if point lands in invisible region
This commit is contained in:
parent
b40924a80b
commit
d714be0a16
1 changed files with 2 additions and 0 deletions
|
@ -245,6 +245,8 @@ wrong places)."
|
|||
|
||||
(t (user-error "Not a valid list, heading or table")))
|
||||
|
||||
(when (org-invisible-p)
|
||||
(org-show-subtree))
|
||||
(when (bound-and-true-p evil-mode)
|
||||
(evil-insert 1))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue