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 //

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

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:

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)

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

2021-11-16 Thread Carlos Pita
Hi all, with this content: * a ** b1 c1 ** b2 c2 ** b3 c3 ** b4 c4 ** b5 c5 I create a sparse tree for c3: C-/ / c3 I get this: * a... ** b3 c3 ... Expanding the three dots at the bottom: * a... ** b3 c3