We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f6257 commit 12da42eCopy full SHA for 12da42e
lua/orgmode/config/_meta.lua
@@ -22,10 +22,10 @@
22
---@field org_agenda_todo_ignore_deadlines? OrgAgendaTodoIgnoreDeadlinesTypes
23
24
---@class OrgAgendaTimeGridOpts
25
----@field type ('daily' | 'weekly' | 'today' | 'require-timed' | 'remove-match')[]
26
----@field times number[]
27
----@field time_separator string
28
----@field time_label string
+---@field type? ('daily' | 'weekly' | 'today' | 'require-timed' | 'remove-match')[]
+---@field times? number[]
+---@field time_separator? string
+---@field time_label? string
29
30
---@alias OrgAgendaCustomCommandType (OrgAgendaCustomCommandAgenda | OrgAgendaCustomCommandTags)
31
0 commit comments