File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change @@ -436,6 +436,45 @@ require('orgmode').setup({
436436Number 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
You can’t perform that action at this time.
0 commit comments