fix: Undefined function inc
elisp calls this 1+, I had it sitting in my utils Fixes #16
This commit is contained in:
parent
1cd9f9f006
commit
603f614c35
1 changed files with 1 additions and 1 deletions
|
@ -992,7 +992,7 @@ which labels to set."
|
|||
(alist-get 'tasks
|
||||
(org-clubhouse-get-story story-id))))))
|
||||
(mapconcat (apply-partially #'org-clubhouse--task-to-headline-text
|
||||
(inc level))
|
||||
(1+ level))
|
||||
tasks
|
||||
"\n")
|
||||
""))))
|
||||
|
|
Loading…
Reference in a new issue