about summary refs log tree commit diff
path: root/org-clubhouse.el
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2019-04-11T15·13-0400
committerGriffin Smith <root@gws.fyi>2019-04-11T15·13-0400
commitf8bab5f8df777d836bcf66b2d3df749e8ae995de (patch)
tree49579f4878d79ce642b22b527ece8311da25e996 /org-clubhouse.el
parent7ce8b48fd5340d51f5bb6131ec01dce9b1b5ec61 (diff)
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
Diffstat (limited to 'org-clubhouse.el')
-rw-r--r--org-clubhouse.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/org-clubhouse.el b/org-clubhouse.el
index c2f38d8c233d..21158f19414c 100644
--- a/org-clubhouse.el
+++ b/org-clubhouse.el
@@ -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"))))