Skip to content

Commit fa5f3d9

Browse files
author
github-actions
committed
[docgen] Update docs
1 parent ab87a9b commit fa5f3d9

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

doc/orgmode.txt

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,49 @@ Number of minutes to increase/decrease when using
488488
|orgmode-org_timestampup|/|orgmode-org_timestampdown|
489489

490490

491+
org_cycle_separator_lines *orgmode-org_cycle_separator_lines*
492+
493+
- Type `number`
494+
- Default: `2`
495+
496+
Minimum number of empty lines needed at the end of the headline to show a
497+
single empty line when headline is folded.
498+
499+
For example, given this structure:
500+
501+
>org
502+
* One empty space headline
503+
Content
504+
505+
* Two empty space headline
506+
Content
507+
508+
509+
* Three empty space headline
510+
Content
511+
512+
513+
514+
* Last headline
515+
Content
516+
<
517+
518+
When folded, it will appear like this:
519+
520+
>org
521+
* One empty space headline ...
522+
* Two empty space headline ...
523+
524+
* Three empty space headline ...
525+
526+
* Last headline ...
527+
<
528+
529+
When value is `0`, all empty lines are folded together with headline.
530+
531+
Cannot be negative.
532+
533+
491534
org_blank_before_new_entry *orgmode-org_blank_before_new_entry*
492535

493536
- Type: `table<string, boolean>`

0 commit comments

Comments
 (0)