* Folding whitespace at the end of a tree
@ 2020-01-29 14:44 Kjell
2020-02-03 18:50 ` Bastien
0 siblings, 1 reply; 4+ messages in thread
From: Kjell @ 2020-01-29 14:44 UTC (permalink / raw)
To: emacs-orgmode
Hello,
sometimes I'd like my trees to be displayed with a blank line at the end
of a subtree to improve visability.
So it should look like this when unfolded once:
* Headline 1
** Subheadline 1.1
** Subheadline 1.2
* Headline 2
However with org-cycle-seperator-lines at its default value of 2 a
single blank line gets folded into Subheadline 1.2:
* Headline 1
** Subheadline 1.1
** Subheadline 1.2
* Headline 2
When I set the variable to 1 a single blank line is not folded into
Subheadline 1.2 but leads to a blank line between Headline 1 and
Headline 2 when folded:
* Headline 1
* Headline 2
but it should look like this:
* Headline 1
* Headline 2
Is there any way to achieve this behaviour or is it impossible for org
to know where the blank line belongs?
Thanks,
--
Kjell
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Folding whitespace at the end of a tree
2020-01-29 14:44 Folding whitespace at the end of a tree Kjell
@ 2020-02-03 18:50 ` Bastien
2020-02-05 19:11 ` knoll
0 siblings, 1 reply; 4+ messages in thread
From: Bastien @ 2020-02-03 18:50 UTC (permalink / raw)
To: Kjell; +Cc: emacs-orgmode
Hi Kjell,
I cannot reproduce this problem. What version of Org are you using?
M-x org-version RET
Thanks,
--
Bastien
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Folding whitespace at the end of a tree
2020-02-03 18:50 ` Bastien
@ 2020-02-05 19:11 ` knoll
2020-02-12 17:40 ` Bastien
0 siblings, 1 reply; 4+ messages in thread
From: knoll @ 2020-02-05 19:11 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode
Hello Bastien,
I tried it using a minimal .emacs and version 9.3.3. It behaves the same
on a Linux and a Windows installation.
--
Kjell
Am 03.02.2020 um 19:50 schrieb Bastien:
> Hi Kjell,
>
> I cannot reproduce this problem. What version of Org are you using?
>
> M-x org-version RET
>
> Thanks,
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Folding whitespace at the end of a tree
2020-02-05 19:11 ` knoll
@ 2020-02-12 17:40 ` Bastien
0 siblings, 0 replies; 4+ messages in thread
From: Bastien @ 2020-02-12 17:40 UTC (permalink / raw)
To: knoll; +Cc: emacs-orgmode
Hi,
knoll <knoll@uber.space> writes:
> I tried it using a minimal .emacs and version 9.3.3. It behaves the
> same on a Linux and a Windows installation.
Mhh, sorry, I still cannot reproduce this problem. I hope you can
digg through the code and find the problem to fix, if any.
--
Bastien
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-02-12 17:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-29 14:44 Folding whitespace at the end of a tree Kjell
2020-02-03 18:50 ` Bastien
2020-02-05 19:11 ` knoll
2020-02-12 17:40 ` Bastien
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.