From f305dd0c42c8d11d64efca6c37df148f934833c3 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 10 Sep 2012 22:10:26 +0200 Subject: [PATCH] Only show items with an id in default --- undone/main.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/undone/main.scm b/undone/main.scm index 30f16bc..55a0de0 100644 --- a/undone/main.scm +++ b/undone/main.scm @@ -166,7 +166,7 @@ (define-view default "Default todo-list view, show only the title." - "~a~%" content) + "~2d ~a~%" id content) (define (view args) "Show a list of todo items."