Re: Folding headings which contain only blank lines

2020-10-26 Thread Kyle Meyer
Kyle Meyer writes: > So, given ee3c3b554 doesn't appear to resolve the initial issue and > introduces its own, I'm in favor of reverting ee3c3b554. I'll plan to > do so in a day or two if I don't hear objections. Done in e8070d71a.

Re: Folding headings which contain only blank lines

2020-10-24 Thread Kyle Meyer
Dmitrii Korobeinikov writes: >> Any chance you could provide a minimal reproducer for >> your original issue so I can check on my end? > > Certainly, save this: > > ---cut > * empty heading > > > > * another one > > > > ---cut end

Re: Folding headings which contain only blank lines

2020-10-24 Thread Dmitrii Korobeinikov
> Any chance you could provide a minimal reproducer for > your original issue so I can check on my end? Certainly, save this: ---cut * empty heading * another one ---cut end--- Now, when opening this file, you will see: -

Re: Folding headings which contain only blank lines

2020-10-23 Thread Kyle Meyer
Dmitrii Korobeinikov writes: >> was trying to find an example of the issue fixed by ee3c3b55. Dmitrii, >> did ee3c3b55 solve the issue on you reported? > > Hi, Kyle, I haven't checked it, but since several people reported that > it wasn't working for them, I decided to forego the trouble of > ins

Re: Folding headings which contain only blank lines

2020-10-23 Thread Dmitrii Korobeinikov
> was trying to find an example of the issue fixed by ee3c3b55. Dmitrii, > did ee3c3b55 solve the issue on you reported? Hi, Kyle, I haven't checked it, but since several people reported that it wasn't working for them, I decided to forego the trouble of installing it myself (I am using the stock

Re: Folding headings which contain only blank lines

2020-10-16 Thread Kyle Meyer
Mikhail Skorzhisnkii writes: > Hi, > > Patch ee3c3b554799c9f0fbe387848cd9eec7e9ab9d95 breaks unfolding > when > org-cycle-separator-lines set to -1. [...] > Unfolding will not unfold Test1 with > ee3c3b554799c9f0fbe387848cd9eec7e9ab9d95 applied. Reverting this > patch makes it working back. Is

Re: Folding headings which contain only blank lines

2020-10-16 Thread Mikhail Skorzhisnkii
Hi, Patch ee3c3b554799c9f0fbe387848cd9eec7e9ab9d95 breaks unfolding when org-cycle-separator-lines set to -1. How to reproduce: 1. Set org-cycle-separator-lines to -1; 2. Try to fold and then unfold "Test" in the following file: #+begin_example ,* Test 1 ,** Test 2 ,* Test 3 #+end_exampl

Re: Folding headings which contain only blank lines

2020-09-04 Thread Bastien
Hi Dmitrii, Dmitrii Korobeinikov writes: > When everything is folded (e.g. on startup), ellipses show after every > heading which has anything in it at all. This is true as well for the > headings containing only one or more blank lines. And while you can > unfold such lines, you can't fold them

Folding headings which contain only blank lines

2020-04-09 Thread Dmitrii Korobeinikov
Hi! When everything is folded (e.g. on startup), ellipses show after every heading which has anything in it at all. This is true as well for the headings containing only one or more blank lines. And while you can unfold such lines, you can't fold them back unless you use Shift-Tab. This appears to