folding doesn't seem to work with the many-star style
Opened this issue · 2 comments
micklat commented
folding with alt-ctrl-[ and alt-ctrl-] works in this style:
* bake cake
* buy flour
* buy sugar
...but not with this style:
* bake cake
** buy flour
** buy sugar
Oh, and thanks for organized!
MattFlower commented
I’ll look into and see what I have to do to get atom to recognize stacked stars - at this point you’re getting what Atom is giving you by default, which I suspect is their default implementation for text.
In the meantime, I’m just about to release visibility cycling in 0.8.0. This has pretty much the same behavior as visibility cycling in emacs+orgmode and it works with stacked stars.
micklat commented
Thanks, that explains it.