Skip to content

Commit

Permalink
[docgen] Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 10, 2025
1 parent 8667167 commit c6afbb2
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion doc/orgmode_api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,8 @@ OrgApiAgendaOptions *OrgApiAgendaOptions*
Fields: ~
{filters?} (OrgApiAgendaFilter)
{from?} (string|OrgDate)
{span?} (number|"day"|"week"|"month"|"year")
{span?} (OrgAgendaSpan)
{header?} (string)


OrgAgenda.agenda({options?}) *OrgAgenda.agenda*
Expand Down Expand Up @@ -252,6 +253,19 @@ OrgAgenda.tags({options?}) *OrgAgenda.tags*
{options?} (OrgAgendaTagsOptions)


OrgAgendaTagsTodoOptions *OrgAgendaTagsTodoOptions*

Fields: ~
{filters?} (OrgApiAgendaFilter)
{todo_only?} (boolean)


OrgAgenda.tags_todo({options?}) *OrgAgenda.tags_todo*

Parameters: ~
{options?} (OrgAgendaTagsOptions)


OrgPosition *OrgPosition*

Fields: ~
Expand Down

0 comments on commit c6afbb2

Please sign in to comment.