@@ -14,21 +14,22 @@ CONTENTS *orgmode-content
14
14
1.2.1.3. org_todo_keywords.................|orgmode-org_todo_keywords|
15
15
1.2.1.4. diagnostics.............................|orgmode-diagnostics|
16
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. calendar_week_start_day....|orgmode-calendar_week_start_day|
31
- 1.2.1.20. emacs_config..........................|orgmode-emacs_config|
17
+ 1.2.1.6. win_border...............................|orgmode-win_border|
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_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|
32
33
1.2.2. Agenda settings...........................|orgmode-agenda_settings|
33
34
1.2.2.1. org_deadline_warning_days.|orgmode-org_deadline_warning_days|
34
35
1.2.2.2. org_agenda_span.....................|orgmode-org_agenda_span|
@@ -316,6 +317,32 @@ Always open horizontally with specific height of 20 lines:
316
317
win_split_mode = '20split'
317
318
<
318
319
320
+ WIN_BORDER *orgmode-win_border*
321
+
322
+ type: `string|string[]`
323
+ default value: `single`
324
+ Border style of floating windows.
325
+ Available options:
326
+ * `none` - No border (default)
327
+ * `single` - A single line box
328
+ * `double` - A double line box
329
+ * `rounded` - Like "single", but with rounded corners ("╭" etc.)
330
+ * `solid` - Adds padding by a single whitespace cell
331
+ * `shadow` - A drop shadow effect by blending with the background
332
+ * `{'╔', '═' ,'╗', '║', '╝', '═', '╚', '║' }` - Specify border characters in a clock-wise fashion
333
+ * `{'/', '-', '\\', '|' }` - If less than eight chars the chars will start repeating
334
+
335
+ See `:help nvim_open_win()`
336
+
337
+ Applies to:
338
+ always
339
+ - calendar pop-up
340
+ - help pop-up
341
+ - notification pop-up
342
+ `win_split_mode` is set to `float`
343
+ - agenda window
344
+ - capture window
345
+
319
346
ORG_TODO_KEYWORD_FACES *orgmode-org_todo_keyword_faces*
320
347
321
348
type: `table<string, string>`
@@ -324,7 +351,7 @@ Custom colors for todo keywords.
324
351
Available options:
325
352
* foreground - `:foreground hex/colorname`. Examples: `:foreground #FF0000`, `:foreground blue`
326
353
* background - `:background hex/colorname`. Examples: `:background #FF0000`, `:background blue`
327
- * weight - `:weight bold`.
354
+ * weight - `:weight bold`
328
355
* underline - `:underline on`
329
356
* italic - `:slant italic`
330
357
@@ -1674,7 +1701,7 @@ In order to trigger notifications via cron, job needs to be added to the crontab
1674
1701
This is currently possible only on Linux and MacOS, since I don't know how would this be done on Windows. Any help on this topic is appreciated.
1675
1702
This works by starting the headless Neovim instance, running one off function inside orgmode, and quitting the Neovim.
1676
1703
1677
- Here's maximum simplified Linux example (Tested on Manjaro/Arch), but least optimized:
1704
+ Here's maximum simplified Linux example (Tested on Manjaro/Arch/Ubuntu ), but least optimized:
1678
1705
1679
1706
Run this to open crontab:
1680
1707
>
0 commit comments