From fcb9663af99974099861745c7239333ea6e0eee2 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 15 Feb 2018 16:26:47 -0800 Subject: [PATCH] silence update_org_caldav --- update_org_caldav | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/update_org_caldav b/update_org_caldav index a8b0b0b..e02bf59 100755 --- a/update_org_caldav +++ b/update_org_caldav @@ -7,11 +7,12 @@ if [ -n "$PS1" ]; then fi; LOCKIT="with-lock-ex $LOCKOPTS $LOCKFILE" TIMEOUT="timeout -k6m 6m" -${LOCKIT} ${TIMEOUT} mr -d ~/projects/org-notes up; +${LOCKIT} ${TIMEOUT} mr -d ~/projects/org-notes up >/dev/null 2>&1 ${LOCKIT} ${TIMEOUT} nice -n 19 \ emacs --batch --no-init -l ~/org-caldav-setup.el \ >/dev/null 2>&1 ## update org files if we've made any changes NO_SAVE_ORG_BUFFERS=1 ${LOCKIT} ${TIMEOUT} nice -n 19 \ - update_org_files "update_org_caldav"; + update_org_files "update_org_caldav" \ + >/dev/null 2>&1; -- 2.39.2