You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `true` - Enable |orgmode-org_hideleadingstars| by default when |orgmode-org_indentmode| is enabled for buffer (`vim.b.org_indent_mode = true`).
398
-
- `false` - Do not modify the value in |orgmode-org_hideleadingstars| by default when |orgmode-org_indentmode| is enabled for buffer (`vim.b.org_indent_mode = true`).
397
+
- `true` - Enable |orgmode-org_hide_leading_stars| by default when |orgmode-org_indent_mode| is enabled for buffer (`vim.b.org_indent_mode = true`).
398
+
- `false` - Do not modify the value in |orgmode-org_hide_leading_stars| by default when |orgmode-org_indent_mode| is enabled for buffer (`vim.b.org_indent_mode = true`).
@@ -750,24 +750,24 @@ Available options for each agenda type are explained down below the example:
750
750
These arguments are shared between all of the agenda types:
751
751
752
752
- `org_agenda_overriding_header``(string)` - Override the header of the agenda view
753
-
- `org_agenda_files` `(string | string[])` - Set custom files to be loaded into this view. In same format as |orgmode-org_agendafiles|
754
-
- `org_agenda_tag_filter_preset``string` - Custom tags filter for the view. Same format as |orgmode-org_agendafiles|, but applies only for tags.
755
-
- `org_agenda_category_filter_preset``string` - Custom category filter for the view. Same format as |orgmode-org_agendafiles|, but applies only for categories.
756
-
- `org_agenda_sorting_strategy``string[]` - List of sorting functions. See |orgmode-org_agendasortingstrategy|
753
+
- `org_agenda_files` `(string | string[])` - Set custom files to be loaded into this view. In same format as |orgmode-org_agenda_files|
754
+
- `org_agenda_tag_filter_preset``string` - Custom tags filter for the view. Same format as |orgmode-org_agenda_files|, but applies only for tags.
755
+
- `org_agenda_category_filter_preset``string` - Custom category filter for the view. Same format as |orgmode-org_agenda_files|, but applies only for categories.
756
+
- `org_agenda_sorting_strategy``string[]` - List of sorting functions. See |orgmode-org_agenda_sorting_strategy|
757
757
- `org_agenda_remove_tags``boolean` - Remove tags from the view. Default: `false`
758
758
759
759
`agenda` type arguments:
760
760
761
-
- `org_agenda_span``string|number` - Set custom span for the view. In same format as |orgmode-org_agendaspan|
762
-
- `org_agenda_start_on_weekday``number` - Set custom start day for the view. In same format as |orgmode-org_agendastartonweekday|
763
-
- `org_agenda_start_day``string` - Set custom start day offset for the view. In same format as |orgmode-org_agendastartday|
761
+
- `org_agenda_span``string|number` - Set custom span for the view. In same format as |orgmode-org_agenda_span|
762
+
- `org_agenda_start_on_weekday``number` - Set custom start day for the view. In same format as |orgmode-org_agenda_start_on_weekday|
763
+
- `org_agenda_start_day``string` - Set custom start day offset for the view. In same format as |orgmode-org_agenda_start_day|
764
764
765
765
`tags` and `tags_todo` type arguments:
766
766
767
767
- `org_agenda_todo_ignore_scheduled` `('past'| 'future' |'all' | nil')` - Do not show headlines that have scheduled task according to the value. Default: `nil`
768
768
- `org_agenda_todo_ignore_deadlines` `('near'| 'far' |'all'| 'past' |'future' | nil')` - Do not show headlines that have deadline task according to the value. Default: `nil`
769
-
- `far` - Do not show deadlines that are too far in future (over |orgmode-org_deadlinewarningdays|)
770
-
- `near` - Do not show deadlines that are too near in future (under |orgmode-org_deadlinewarningdays|)
769
+
- `far` - Do not show deadlines that are too far in future (over |orgmode-org_deadline_warning_days|)
770
+
- `near` - Do not show deadlines that are too near in future (under |orgmode-org_deadline_warning_days|)
0 commit comments