From aaeab93cbbba6f6c84c43e44cd19f78b3fdbaa0b Mon Sep 17 00:00:00 2001 From: Nikolay Puzanov Date: Thu, 15 Oct 2015 13:26:42 +0300 Subject: [PATCH] Fix autocomplete list of archived tasts --- worktimer.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worktimer.scm b/worktimer.scm index 038ad21..7ec40b5 100755 --- a/worktimer.scm +++ b/worktimer.scm @@ -680,7 +680,7 @@ (define (cmd-tasklist sheet deadlines archives . unused) (format #t "~{~a ~}\n" (record-path-list (not-archived sheet archives) - deadlines)) + (not-archived deadlines archives))) (values #f #f #f)) ;;; Print deadlines