File tree 1 file changed +10
-9
lines changed
1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -248,28 +248,29 @@ OrgAgenda.todos({options?}) *OrgAgenda.todos*
248
248
{options?} (OrgApiAgendaTodosOptions)
249
249
250
250
251
- *OrgApiAgendaTagsOptions *
252
- OrgApiAgendaTagsOptions : OrgApiAgendaOpts
251
+ *OrgApiAgendaTagsTodoOptions *
252
+ OrgApiAgendaTagsTodoOptions : OrgApiAgendaOpts
253
253
254
254
Fields: ~
255
- {match_query?} (string) Match query to find the todos
256
- {todo_only?} (boolean)
255
+ {match_query?} (string) Match query to find the todos
256
+ {org_agenda_todo_ignore_scheduled?} (OrgAgendaTodoIgnoreScheduledTypes)
257
+ {org_agenda_todo_ignore_deadlines?} (OrgAgendaTodoIgnoreDeadlinesTypes)
257
258
258
259
259
- OrgAgenda.tags ({options?}) *OrgAgenda.tags *
260
+ OrgAgenda.tags_todo ({options?}) *OrgAgenda.tags_todo *
260
261
261
262
Parameters: ~
262
263
{options?} (OrgApiAgendaTagsOptions)
263
264
264
265
265
- *OrgApiAgendaTagsTodoOptions *
266
- OrgApiAgendaTagsTodoOptions : OrgApiAgendaOpts
266
+ *OrgApiAgendaTagsOptions *
267
+ OrgApiAgendaTagsOptions : OrgApiAgendaTagsTodoOptions
267
268
268
269
Fields: ~
269
- {match_query ?} (string) Match query to find the todos
270
+ {todo_only ?} (boolean)
270
271
271
272
272
- OrgAgenda.tags_todo ({options?}) *OrgAgenda.tags_todo *
273
+ OrgAgenda.tags ({options?}) *OrgAgenda.tags *
273
274
274
275
Parameters: ~
275
276
{options?} (OrgApiAgendaTagsOptions)
You can’t perform that action at this time.
0 commit comments