From 3a9ddbd11dad715b79c7078c8c993f1ad0dc6cda Mon Sep 17 00:00:00 2001 From: Thelie Date: Sun, 13 Feb 2022 22:06:46 +0100 Subject: [PATCH] Default export command should only show pending tasks. --- taskwarrior.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskwarrior.el b/taskwarrior.el index 0dbf28f..3f20207 100644 --- a/taskwarrior.el +++ b/taskwarrior.el @@ -279,7 +279,7 @@ (setq tabulated-list-entries (if taskwarrior-active-filter (taskwarrior-export taskwarrior-active-filter) - (taskwarrior-export))) + (taskwarrior-export "status=pending"))) (tabulated-list-print t))) (defun taskwarrior-export-task (id)