Platform: Intel i7
Org-mode version 8.3.4 (8.3.4-79-gbd4948-elpa @
c:/Users/steinar.bang/.emacs.d/elpa/org-20160606/)
GNU Emacs 24.4.1 (i686-pc-mingw32) of 2014-10-24 on LEG570
Adding an item to a simple list will expand the entire simple list tree
in this version.
Ie. if I have
** Item1
- First item of simple list
- Child of first item of simple list
- Second item of simple list
- Child of second item
- Child of child of second item
** Item2
and have most of the nodes closed, like this:
** Item1
- First item of simple list...
- Second item of simple list...
** Item2
and then insert a new item into the simple list, the entire tree will
open (like the first example).
Has anyone else seen this? Is it fixed in git? Will there be a new
ELPA package with the fix soon?
Thanks!
- Steinar