Re: [BUG] Weird sparse tree folding [9.5 (release_9.5-225-g494c20.dirty @ /Users/carlos/Install/Source/org-mode/lisp/)]

2022-10-03 Thread Ihor Radchenko
Ihor Radchenko  writes:

> Confirmed on current main.
>
> Though I plan a bunch of commits that will also fix this particular
> issue.

I believe that the issue is no longer present on current main.
I am closing thus bug.

Let me know if you are still experiencing the issue.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at .
Support Org development at ,
or support my work at 

Fixed.



Re: [BUG] Weird sparse tree folding [9.5 (release_9.5-225-g494c20.dirty @ /Users/carlos/Install/Source/org-mode/lisp/)]

2021-11-18 Thread Ihor Radchenko
Carlos Pita  writes:

> That said, my report was about the expansion of:
> ...
> c3
> ...
> to:
> * a...
> ** b3
> c3
> ...
> c4
> ...
>
> when pressing TAB at the beginning of the first ...

Confirmed on current main.

Though I plan a bunch of commits that will also fix this particular
issue.

Best,
Ihor



Re: [BUG] Weird sparse tree folding [9.5 (release_9.5-225-g494c20.dirty @ /Users/carlos/Install/Source/org-mode/lisp/)]

2021-11-17 Thread Carlos Pita
Hi Ihor,

> > Maybe I'm not getting how this is supposed to work, but it makes no
> > sense to me.
>
> M-x org-reveal (C-c C-r)

Thanks for the tip, I didn't know about this and it indeed seems
useful in order to avoid unfolding everything else.

That said, my report was about the expansion of:

* a...
** b3

c3

...

to:

* a...
** b3

c3

...
c4
...

when pressing TAB at the beginning of the first ...

That seems wrong to me, at least I'm not finding any way to make sense of it.

Maybe it's just that TAB should be disallowed there, I don't know.

Best regards,
Carlos



Re: [BUG] Weird sparse tree folding [9.5 (release_9.5-225-g494c20.dirty @ /Users/carlos/Install/Source/org-mode/lisp/)]

2021-11-17 Thread Ihor Radchenko
Carlos Pita  writes:

> The new three dots are not expandable.
>
> Maybe I'm not getting how this is supposed to work, but it makes no
> sense to me.

M-x org-reveal (C-c C-r)