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)
|
(interactive)
|
||||||
|
|
||||||
(let* ((elt (org-element-find-headline))
|
(let* ((elt (org-element-find-headline))
|
||||||
(title (plist-get elt :title)))
|
(title (plist-get elt :title))
|
||||||
|
(clubhouse-id (org-element-clubhouse-id)))
|
||||||
(and
|
(and
|
||||||
(org-clubhouse-update-story-at-point
|
(org-clubhouse-update-story-at-point
|
||||||
clubhouse-id
|
clubhouse-id
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue