File tree 1 file changed +43
-0
lines changed
1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change @@ -488,6 +488,49 @@ Number of minutes to increase/decrease when using
488
488
| orgmode-org_timestampup | /| orgmode-org_timestampdown |
489
489
490
490
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
+
491
534
org_blank_before_new_entry *orgmode-org_blank_before_new_entry*
492
535
493
536
- Type: `table<string, boolean>`
You can’t perform that action at this time.
0 commit comments