@@ -116,6 +116,53 @@ Return~
116
116
Promise
117
117
118
118
119
+ ==============================================================================
120
+ ------------------------------------------------------------------------------
121
+ *OrgAgenda*
122
+ `OrgAgenda`
123
+ Class~
124
+ {OrgAgenda}
125
+
126
+ ------------------------------------------------------------------------------
127
+ Class~
128
+ {OrgAgendaOptions}
129
+ Fields~
130
+ {filters} `(optional)` `(string )` see Filters to apply to the current view. See `:help orgmode-org_agenda_filter` for more information
131
+ {from} `(optional)` `(string )` | Date
132
+ {span} `(optional)` `(number )` | 'day' | 'week' | 'month' | 'year'
133
+
134
+ ------------------------------------------------------------------------------
135
+ *OrgAgenda.agenda()*
136
+ `OrgAgenda.agenda` ({options} )
137
+ Parameters~
138
+ {options} `(optional)` OrgAgendaOptions
139
+
140
+ ------------------------------------------------------------------------------
141
+ Class~
142
+ {OrgAgendaTodosOptions}
143
+ Fields~
144
+ {filters} `(optional)` `(string )` see Filters to apply to the current view. See `:help orgmode-org_agenda_filter` for more information
145
+
146
+ ------------------------------------------------------------------------------
147
+ *OrgAgenda.todos()*
148
+ `OrgAgenda.todos` ({options} )
149
+ Parameters~
150
+ {options} `(optional)` OrgAgendaTodosOptions
151
+
152
+ ------------------------------------------------------------------------------
153
+ Class~
154
+ {OrgAgendaTagsOptions}
155
+ Fields~
156
+ {filters} `(optional)` `(string )` see Filters to apply to the current view. See `:help orgmode-org_agenda_filter` for more information
157
+ {todo_only} `(optional)` `(boolean )`
158
+
159
+ ------------------------------------------------------------------------------
160
+ *OrgAgenda.tags()*
161
+ `OrgAgenda.tags ` ({options} )
162
+ Parameters~
163
+ {options} `(optional)` OrgAgendaTagsOptions
164
+
165
+
119
166
==============================================================================
120
167
------------------------------------------------------------------------------
121
168
*OrgPosition*
0 commit comments