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.
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
> 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:
-
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
> 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
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
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
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
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