@@ -13,20 +13,21 @@ CONTENTS *orgmode-content
13
13
1.2.1.2. org_default_notes_file.......|orgmode-org_default_notes_file|
14
14
1.2.1.3. org_todo_keywords.................|orgmode-org_todo_keywords|
15
15
1.2.1.4. diagnostics.............................|orgmode-diagnostics|
16
- 1.2.1.5. org_todo_keyword_faces.......|orgmode-org_todo_keyword_faces|
17
- 1.2.1.6. org_archive_location...........|orgmode-org_archive_location|
18
- 1.2.1.7. org_hide_leading_stars.......|orgmode-org_hide_leading_stars|
19
- 1.2.1.8. org_hide_emphasis_markers.|orgmode-org_hide_emphasis_markers|
20
- 1.2.1.9. org_ellipsis...........................|orgmode-org_ellipsis|
21
- 1.2.1.10. org_log_done..........................|orgmode-org_log_done|
22
- 1.2.1.11. org_highlight_latex_and_related.|orgmode-org_highlight_latex_and_related|
23
- 1.2.1.12. org_indent_mode....................|orgmode-org_indent_mode|
24
- 1.2.1.13. org_src_window_setup..........|orgmode-org_src_window_setup|
25
- 1.2.1.14. org_edit_src_content_indentation.|orgmode-org_edit_src_content_indentation|
26
- 1.2.1.15. org_custom_exports..............|orgmode-org_custom_exports|
27
- 1.2.1.16. org_time_stamp_rounding_minutes.|orgmode-org_time_stamp_rounding_minutes|
28
- 1.2.1.17. org_blank_before_new_entry.|orgmode-org_blank_before_new_entry|
29
- 1.2.1.18. emacs_config..........................|orgmode-emacs_config|
16
+ 1.2.1.5. win_split_mode.......................|orgmode-win_split_mode|
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_highlight_latex_and_related.|orgmode-org_highlight_latex_and_related|
24
+ 1.2.1.13. org_indent_mode....................|orgmode-org_indent_mode|
25
+ 1.2.1.14. org_src_window_setup..........|orgmode-org_src_window_setup|
26
+ 1.2.1.15. org_edit_src_content_indentation.|orgmode-org_edit_src_content_indentation|
27
+ 1.2.1.16. org_custom_exports..............|orgmode-org_custom_exports|
28
+ 1.2.1.17. org_time_stamp_rounding_minutes.|orgmode-org_time_stamp_rounding_minutes|
29
+ 1.2.1.18. org_blank_before_new_entry.|orgmode-org_blank_before_new_entry|
30
+ 1.2.1.19. emacs_config..........................|orgmode-emacs_config|
30
31
1.2.2. Agenda settings...........................|orgmode-agenda_settings|
31
32
1.2.2.1. org_deadline_warning_days.|orgmode-org_deadline_warning_days|
32
33
1.2.2.2. org_agenda_span.....................|orgmode-org_agenda_span|
@@ -249,6 +250,33 @@ type: `boolean`
249
250
default value: `true`
250
251
Should error diagnostics be shown. If you are using Neovim 0.6.0 or higher, these will be shown via `vim.diagnostic`.
251
252
253
+ WIN_SPLIT_MODE *orgmode-win_split_mode*
254
+
255
+ type: `string`
256
+ default value: `horizontal`
257
+ Available options:
258
+ * horizontal - Always split horizontally
259
+ * vertical - Always split vertically
260
+ * auto - Determine between horizontal and vertical split depending on the current window size
261
+
262
+ This option determines how to open agenda and capture window.
263
+ If none of the options above suit your needs, you can provide custom command (see `:help <mods>`). Here are few examples:
264
+
265
+ Always open in tab:
266
+ >
267
+ win_split_mode = 'tabnew'
268
+ <
269
+
270
+ Always open vertically:
271
+ >
272
+ win_split_mode = 'tabnew'
273
+ <
274
+
275
+ Always open horizontally with specific height of 20 lines:
276
+ >
277
+ win_split_mode = '20split'
278
+ <
279
+
252
280
ORG_TODO_KEYWORD_FACES *orgmode-org_todo_keyword_faces*
253
281
254
282
type: `table<string, string>`
0 commit comments