Add binding for missing variable in set-title

oops
This commit is contained in:
Griffin Smith 2020-03-18 15:18:19 -04:00
parent 24c36b781b
commit 1722eac5f8

View file

@ -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