We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a283f76 commit f9256c5Copy full SHA for f9256c5
doc/orgmode_api.txt
@@ -101,6 +101,29 @@ OrgHeadline:set_scheduled({date?}) *OrgHeadline:set_scheduled*
101
(Promise)
102
103
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
116
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
127
OrgAgenda *OrgAgenda*
128
129
0 commit comments