diff options
author | Griffin Smith <root@gws.fyi> | 2019-02-01T16·58-0500 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2019-02-01T16·58-0500 |
commit | 627799d4dc848aefa0ff9ab5bb755384d933b0fa (patch) | |
tree | 7dd5d656fa3b5c9bcbce493a41cf815abbe74de0 /README.org | |
parent | baeff81f89f80751a8cb7257c750f3b4b1b8b36f (diff) |
feat: Add org-clubhouse-update-description
Add a command to update the description of the current story with the contents of a drawer labeled DESCRIPTION, if one exists
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.org b/README.org index b7548c347ffb..f312b02a74a0 100644 --- a/README.org +++ b/README.org @@ -72,6 +72,9 @@ org-clubhouse provides the following commands: - ~org-clubhouse-update-story-title~ Updates the title of the Clubhouse story linked to the current headline with the text of the headline +- ~org-clubhouse-update-description~ + Update the status of the Clubhouse story linked to the current element with + the contents of a drawer inside the element called DESCRIPTION, if any exists - ~org-clubhouse-headlines-from-query~ Create org-mode headlines from a clubhouse query at the cursor's current position, prompting for the headline indentation level and clubhouse query |