Skip to content

Commit 6be42b6

Browse files
author
github-actions
committed
[docgen] Update doc/orgmode_api.txt
1 parent b4e7fbd commit 6be42b6

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

doc/orgmode_api.txt

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,53 @@ Return~
116116
Promise
117117

118118

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+
119166
==============================================================================
120167
------------------------------------------------------------------------------
121168
*OrgPosition*

0 commit comments

Comments
 (0)