Skip to content

Commit

Permalink
[docgen] Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 12, 2024
1 parent 2e4389a commit 80fec6e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions doc/orgmode_api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,13 @@ OrgHeadline:set_scheduled({date?}) *OrgHeadline:set_scheduled*
(OrgPromise)


OrgHeadline:set_property({key}, {value}) *OrgHeadline:set_property*
Set property on a headline
*OrgHeadline:set_property*
OrgHeadline:set_property({key}, {value?})
Set property on a headline. Setting value to nil removes the property

Parameters: ~
{key} (string)
{value} (string)
{key} (string)
{value?} (string)


OrgHeadline:get_property({key}) *OrgHeadline:get_property*
Expand Down

0 comments on commit 80fec6e

Please sign in to comment.