Skip to content

Commit b562ce9

Browse files
author
github-actions
committed
[docgen] Update doc/orgmode_api.txt
1 parent 30c09b3 commit b562ce9

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

doc/orgmode_api.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,24 @@ Parameters~
9797
Return~
9898
Promise
9999

100+
------------------------------------------------------------------------------
101+
*OrgHeadline:set_deadline()*
102+
`OrgHeadline:set_deadline`({date})
103+
Set deadline date
104+
Parameters~
105+
{date} `(optional)` `(Date|string|nil)` If ommited, opens the datepicker. Empty string removes the date. String must follow org date convention (YYYY-MM-DD HH:mm...)
106+
Return~
107+
Promise
108+
109+
------------------------------------------------------------------------------
110+
*OrgHeadline:set_scheduled()*
111+
`OrgHeadline:set_scheduled`({date})
112+
Set scheduled date
113+
Parameters~
114+
{date} `(optional)` `(Date|string|nil)` If ommited, opens the datepicker. Empty string removes the date. String must follow org date convention (YYYY-MM-DD HH:mm...)
115+
Return~
116+
Promise
117+
100118

101119
==============================================================================
102120
------------------------------------------------------------------------------

0 commit comments

Comments
 (0)