Default export command should only show pending tasks.

This commit is contained in:
Thelie 2022-02-13 22:06:46 +01:00
parent 9292befae4
commit 3a9ddbd11d

View file

@ -279,7 +279,7 @@
(setq tabulated-list-entries (setq tabulated-list-entries
(if taskwarrior-active-filter (if taskwarrior-active-filter
(taskwarrior-export taskwarrior-active-filter) (taskwarrior-export taskwarrior-active-filter)
(taskwarrior-export))) (taskwarrior-export "status=pending")))
(tabulated-list-print t))) (tabulated-list-print t)))
(defun taskwarrior-export-task (id) (defun taskwarrior-export-task (id)