From f8bab5f8df777d836bcf66b2d3df749e8ae995de Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Thu, 11 Apr 2019 11:13:00 -0400 Subject: [PATCH] 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 --- org-clubhouse.el | 1 - 1 file changed, 1 deletion(-) diff --git a/org-clubhouse.el b/org-clubhouse.el index c2f38d8c2..21158f194 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"))))