fix: Correct arguments in update-story-description

Dunno what happened here or when, but update-story-at-point doesn't take
this argument and also the variable doesn't even exist
This commit is contained in:
Griffin Smith 2019-04-11 11:13:00 -04:00
parent 7ce8b48fd5
commit f8bab5f8df

View file

@ -890,7 +890,6 @@ contents of a drawer inside the element called DESCRIPTION, if any."
(when-let* ((new-description (org-clubhouse-find-description-drawer)))
(and
(org-clubhouse-update-story-at-point
clubhouse-id
:description new-description)
(message "Successfully updated story description"))))