Fallback to empty string in taskwarrior--shell-command
This commit is contained in:
parent
a762a31aea
commit
77240a8751
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
(or filter "")
|
(or filter "")
|
||||||
command
|
command
|
||||||
(or modifications "")
|
(or modifications "")
|
||||||
(or miscellaneous))))
|
(or miscellaneous ""))))
|
||||||
|
|
||||||
(defun taskwarrior-export (filter)
|
(defun taskwarrior-export (filter)
|
||||||
"Export taskwarrior entries as JSON"
|
"Export taskwarrior entries as JSON"
|
||||||
|
|
Loading…
Reference in a new issue