From 77240a8751f596d94b42f8e09ccdb5ed240a7f63 Mon Sep 17 00:00:00 2001 From: Patrick Winter Date: Tue, 2 Oct 2018 18:07:57 +0200 Subject: [PATCH] Fallback to empty string in taskwarrior--shell-command --- taskwarrior.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskwarrior.el b/taskwarrior.el index 6f46971..83632a8 100644 --- a/taskwarrior.el +++ b/taskwarrior.el @@ -38,7 +38,7 @@ (or filter "") command (or modifications "") - (or miscellaneous)))) + (or miscellaneous "")))) (defun taskwarrior-export (filter) "Export taskwarrior entries as JSON"