diff options
author | Griffin Smith <root@gws.fyi> | 2020-03-18T19·18-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-03-18T19·18-0400 |
commit | 1722eac5f8e8264e72300e3956087c88aafbc36b (patch) | |
tree | fbbfeaeb3d610a0059b045e66d08c4ca70f2d2ba /org-clubhouse.el | |
parent | 24c36b781b09ee20dfb34f84c91f7ac736de7d66 (diff) |
Add binding for missing variable in set-title
oops
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 |