diff options
Diffstat (limited to 'org-clubhouse.el')
-rw-r--r-- | org-clubhouse.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/org-clubhouse.el b/org-clubhouse.el index 81aab9ad3fc3..95a59bff90c1 100644 --- a/org-clubhouse.el +++ b/org-clubhouse.el @@ -868,7 +868,8 @@ the headline." (interactive) (let* ((elt (org-element-find-headline)) - (title (plist-get elt :title))) + (title (plist-get elt :title)) + (clubhouse-id (org-element-clubhouse-id))) (and (org-clubhouse-update-story-at-point clubhouse-id |