Add binding for missing variable in set-title
oops
This commit is contained in:
parent
24c36b781b
commit
1722eac5f8
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue