Skip to content

Commit

Permalink
[docgen] Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 27, 2025
1 parent ab87a9b commit fa5f3d9
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions doc/orgmode.txt
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,49 @@ Number of minutes to increase/decrease when using
|orgmode-org_timestampup|/|orgmode-org_timestampdown|


org_cycle_separator_lines *orgmode-org_cycle_separator_lines*

- Type `number`
- Default: `2`

Minimum number of empty lines needed at the end of the headline to show a
single empty line when headline is folded.

For example, given this structure:

>org
* One empty space headline
Content

* Two empty space headline
Content


* Three empty space headline
Content



* Last headline
Content
<

When folded, it will appear like this:

>org
* One empty space headline ...
* Two empty space headline ...

* Three empty space headline ...

* Last headline ...
<

When value is `0`, all empty lines are folded together with headline.

Cannot be negative.


org_blank_before_new_entry *orgmode-org_blank_before_new_entry*

- Type: `table<string, boolean>`
Expand Down

0 comments on commit fa5f3d9

Please sign in to comment.