diff options
Diffstat (limited to 'org-clubhouse.el')
-rw-r--r-- | org-clubhouse.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org-clubhouse.el b/org-clubhouse.el index e82cd48d02a4..ce136a51f016 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") "")))) |