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 2e4389a commit 80fec6eCopy full SHA for 80fec6e
doc/orgmode_api.txt
@@ -142,12 +142,13 @@ OrgHeadline:set_scheduled({date?}) *OrgHeadline:set_scheduled*
142
(OrgPromise)
143
144
145
-OrgHeadline:set_property({key}, {value}) *OrgHeadline:set_property*
146
- Set property on a headline
+ *OrgHeadline:set_property*
+OrgHeadline:set_property({key}, {value?})
147
+ Set property on a headline. Setting value to nil removes the property
148
149
Parameters: ~
- {key} (string)
150
- {value} (string)
+ {key} (string)
151
+ {value?} (string)
152
153
154
OrgHeadline:get_property({key}) *OrgHeadline:get_property*
0 commit comments