Skip to content

Commit 64387fc

Browse files
author
github-actions
committed
[docgen] Update docs
1 parent 91f5a9e commit 64387fc

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

doc/orgmode_api.txt

+10-9
Original file line numberDiff line numberDiff line change
@@ -248,28 +248,29 @@ OrgAgenda.todos({options?}) *OrgAgenda.todos*
248248
{options?} (OrgApiAgendaTodosOptions)
249249

250250

251-
*OrgApiAgendaTagsOptions*
252-
OrgApiAgendaTagsOptions : OrgApiAgendaOpts
251+
*OrgApiAgendaTagsTodoOptions*
252+
OrgApiAgendaTagsTodoOptions : OrgApiAgendaOpts
253253

254254
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)
257258

258259

259-
OrgAgenda.tags({options?}) *OrgAgenda.tags*
260+
OrgAgenda.tags_todo({options?}) *OrgAgenda.tags_todo*
260261

261262
Parameters: ~
262263
{options?} (OrgApiAgendaTagsOptions)
263264

264265

265-
*OrgApiAgendaTagsTodoOptions*
266-
OrgApiAgendaTagsTodoOptions : OrgApiAgendaOpts
266+
*OrgApiAgendaTagsOptions*
267+
OrgApiAgendaTagsOptions : OrgApiAgendaTagsTodoOptions
267268

268269
Fields: ~
269-
{match_query?} (string) Match query to find the todos
270+
{todo_only?} (boolean)
270271

271272

272-
OrgAgenda.tags_todo({options?}) *OrgAgenda.tags_todo*
273+
OrgAgenda.tags({options?}) *OrgAgenda.tags*
273274

274275
Parameters: ~
275276
{options?} (OrgApiAgendaTagsOptions)

0 commit comments

Comments
 (0)