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_example

Unfolding will not unfold Test1 with ee3c3b554799c9f0fbe387848cd9eec7e9ab9d95 applied. Reverting this patch makes it working back. Is there are any other way to fix this? Or may be this can be made as a customisation option?

Bastien <b...@gnu.org> writes:

Hi Dmitrii,

Dmitrii Korobeinikov <dim12...@gmail.com> 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 back unless you use Shift-Tab. This appears to be inconsistent. Shouldn't it be possible to tab fold
such headings too?

this should be fixed now (in ee3c3b554), thanks for reporting this.


Kind regards,
 Mikhail Skorzhinskii

Reply via email to