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:
parent
7ce8b48fd5
commit
f8bab5f8df
1 changed files with 0 additions and 1 deletions
|
@ -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"))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue