Skip to content

Commit f9256c5

Browse files
author
github-actions
committed
[docgen] Update doc/orgmode_api.txt
1 parent a283f76 commit f9256c5

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

doc/orgmode_api.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,29 @@ OrgHeadline:set_scheduled({date?}) *OrgHeadline:set_scheduled*
101101
(Promise)
102102

103103

104+
OrgHeadline:set_property({key}, {value}) *OrgHeadline:set_property*
105+
Set property on a headline
106+
107+
Parameters: ~
108+
{key} (string)
109+
{value} (string)
110+
111+
112+
OrgHeadline:get_property({key}) *OrgHeadline:get_property*
113+
Get headline property
114+
115+
Parameters: ~
116+
{key} (string)
117+
118+
Returns: ~
119+
(string|nil)
120+
121+
122+
OrgHeadline:id_get_or_create() *OrgHeadline:id_get_or_create*
123+
Get headline id or create a new one if it doesn't exist
124+
@return string
125+
126+
104127
OrgAgenda *OrgAgenda*
105128

106129

0 commit comments

Comments
 (0)