@@ -14,22 +14,23 @@ CONTENTS *orgmode-content
1414 1.2.1.3. org_todo_keywords.................|orgmode-org_todo_keywords|
1515 1.2.1.4. win_split_mode.......................|orgmode-win_split_mode|
1616 1.2.1.5. win_border...............................|orgmode-win_border|
17- 1.2.1.6. org_todo_keyword_faces.......|orgmode-org_todo_keyword_faces|
18- 1.2.1.7. org_archive_location...........|orgmode-org_archive_location|
19- 1.2.1.8. org_hide_leading_stars.......|orgmode-org_hide_leading_stars|
20- 1.2.1.9. org_hide_emphasis_markers.|orgmode-org_hide_emphasis_markers|
21- 1.2.1.10. org_ellipsis..........................|orgmode-org_ellipsis|
22- 1.2.1.11. org_log_done..........................|orgmode-org_log_done|
23- 1.2.1.12. org_log_into_drawer............|orgmode-org_log_into_drawer|
24- 1.2.1.13. org_highlight_latex_and_related.|orgmode-org_highlight_latex_and_related|
25- 1.2.1.14. org_indent_mode....................|orgmode-org_indent_mode|
26- 1.2.1.15. org_src_window_setup..........|orgmode-org_src_window_setup|
27- 1.2.1.16. org_edit_src_content_indentation.|orgmode-org_edit_src_content_indentation|
28- 1.2.1.17. org_custom_exports..............|orgmode-org_custom_exports|
29- 1.2.1.18. org_time_stamp_rounding_minutes.|orgmode-org_time_stamp_rounding_minutes|
30- 1.2.1.19. org_blank_before_new_entry.|orgmode-org_blank_before_new_entry|
31- 1.2.1.20. calendar_week_start_day....|orgmode-calendar_week_start_day|
32- 1.2.1.21. emacs_config..........................|orgmode-emacs_config|
17+ 1.2.1.6. org_startup_folded...............|orgmode-org_startup_folded|
18+ 1.2.1.7. org_todo_keyword_faces.......|orgmode-org_todo_keyword_faces|
19+ 1.2.1.8. org_archive_location...........|orgmode-org_archive_location|
20+ 1.2.1.9. org_hide_leading_stars.......|orgmode-org_hide_leading_stars|
21+ 1.2.1.10. org_hide_emphasis_markers.|orgmode-org_hide_emphasis_markers|
22+ 1.2.1.11. org_ellipsis..........................|orgmode-org_ellipsis|
23+ 1.2.1.12. org_log_done..........................|orgmode-org_log_done|
24+ 1.2.1.13. org_log_into_drawer............|orgmode-org_log_into_drawer|
25+ 1.2.1.14. org_highlight_latex_and_related.|orgmode-org_highlight_latex_and_related|
26+ 1.2.1.15. org_indent_mode....................|orgmode-org_indent_mode|
27+ 1.2.1.16. org_src_window_setup..........|orgmode-org_src_window_setup|
28+ 1.2.1.17. org_edit_src_content_indentation.|orgmode-org_edit_src_content_indentation|
29+ 1.2.1.18. org_custom_exports..............|orgmode-org_custom_exports|
30+ 1.2.1.19. org_time_stamp_rounding_minutes.|orgmode-org_time_stamp_rounding_minutes|
31+ 1.2.1.20. org_blank_before_new_entry.|orgmode-org_blank_before_new_entry|
32+ 1.2.1.21. calendar_week_start_day....|orgmode-calendar_week_start_day|
33+ 1.2.1.22. emacs_config..........................|orgmode-emacs_config|
3334 1.2.2. Agenda settings...........................|orgmode-agenda_settings|
3435 1.2.2.1. org_deadline_warning_days.|orgmode-org_deadline_warning_days|
3536 1.2.2.2. org_agenda_span.....................|orgmode-org_agenda_span|
@@ -340,6 +341,17 @@ Applies to:
340341 - agenda window
341342 - capture window
342343
344+ ORG_STARTUP_FOLDED *orgmode-org_startup_folded*
345+
346+ type: `string`
347+ default value: `overview`
348+ How many headings and other foldable items should be shown when an org file is opened.
349+ Available options:
350+ * `overview` - Only show top level elements (default)
351+ * `content` - Only show the first two levels
352+ * `showeverything` - A double line box
353+ * `inherit` - Use the fold level set in Neovim's global `foldlevel` option
354+
343355ORG_TODO_KEYWORD_FACES *orgmode-org_todo_keyword_faces*
344356
345357type: `table<string, string>`
0 commit comments