lang/org: +org/insert-item: unhide if point lands in invisible region

This commit is contained in:
Henrik Lissner
2018-02-02 23:57:26 -05:00
parent b40924a80b
commit d714be0a16

View File

@ -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))))