emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* 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

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 public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).