fix: Undefined function inc

elisp calls this 1+, I had it sitting in my utils

Fixes #16
This commit is contained in:
Griffin Smith 2019-05-20 10:43:47 -04:00
parent 1cd9f9f006
commit 603f614c35

View file

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