all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Separation between heading collections when using outline-mode
@ 2023-11-26 19:13 Heime
  0 siblings, 0 replies; only message in thread
From: Heime @ 2023-11-26 19:13 UTC (permalink / raw)
  To: Heime via Users list for the GNU Emacs text editor


When using hide-body in outline-mode, emacs squeezes the headings together.  If one has 
outline-blank-line set to t, the headings can be visually separate by adding an empty 
line between the headings. 

I want to have the capability of having some headings squeezed together as a collection 
(A1-A3), but separated from a subsequent collection (B1-B5), etc, even though there are 
spaces between headings.  

For instance, I intend to get

;;; A1
;;; A2
;;; A3

;;; B1
;;; B2
;;; B3
;;; B4
;;; B5

for the following file structure

;;; A1
Some code here with some blank lines
;;; A2
Some code here with some blank lines
;;; A3
Some code here with some blank lines
;;; B1 
Some code here with some blank lines
;;; B2
Some code here with some blank lines
;;; B3
Some code here with some blank lines
;;; B4
Some code here with some blank lines
;;; B5
Some code here with some blank lines






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-11-26 19:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-26 19:13 Separation between heading collections when using outline-mode Heime

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.