Default export command should only show pending tasks.
This commit is contained in:
parent
9292befae4
commit
3a9ddbd11d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue