Fix autocomplete list of archived tasts
This commit is contained in:
parent
2bf8890d96
commit
aaeab93cbb
@ -680,7 +680,7 @@
|
|||||||
(define (cmd-tasklist sheet deadlines archives . unused)
|
(define (cmd-tasklist sheet deadlines archives . unused)
|
||||||
(format #t "~{~a ~}\n" (record-path-list
|
(format #t "~{~a ~}\n" (record-path-list
|
||||||
(not-archived sheet archives)
|
(not-archived sheet archives)
|
||||||
deadlines))
|
(not-archived deadlines archives)))
|
||||||
(values #f #f #f))
|
(values #f #f #f))
|
||||||
|
|
||||||
;;; Print deadlines
|
;;; Print deadlines
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user