diff --git a/org-clubhouse.el b/org-clubhouse.el index e82cd48d0..ce136a51f 100644 --- a/org-clubhouse.el +++ b/org-clubhouse.el @@ -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") ""))))