Skip to content

Commit 63582ad

Browse files
author
nvim-orgmode
committed
1 parent 59f1fd6 commit 63582ad

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

docs/configuration.org

+39
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,45 @@ require('orgmode').setup({
436436
Number of minutes to increase/decrease when using
437437
[[#org_timestamp_up][org_timestamp_up]]/[[#org_timestamp_down][org_timestamp_down]]
438438

439+
*** =org_cycle_separator_lines=
440+
:PROPERTIES:
441+
:CUSTOM_ID: org_cycle_separator_lines
442+
:END:
443+
- Type =number=
444+
- Default: =2=
445+
Minimum number of empty lines needed at the end of the headline to show a single empty line when headline is folded.
446+
447+
For example, given this structure:
448+
#+begin_src org
449+
* One empty space headline
450+
Content
451+
452+
* Two empty space headline
453+
Content
454+
455+
456+
* Three empty space headline
457+
Content
458+
459+
460+
461+
* Last headline
462+
Content
463+
#+end_src
464+
465+
When folded, it will appear like this:
466+
#+begin_src org
467+
* One empty space headline ...
468+
* Two empty space headline ...
469+
470+
* Three empty space headline ...
471+
472+
* Last headline ...
473+
#+end_src
474+
475+
When value is =0=, all empty lines are folded together with headline.
476+
477+
Cannot be negative.
439478
*** =org_blank_before_new_entry=
440479
:PROPERTIES:
441480
:CUSTOM_ID: org_blank_before_new_entry

0 commit comments

Comments
 (0)