From 486236caeb852c95808b483346251d8d5ff7016f Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 17 Jun 2016 11:09:48 -0500 Subject: [PATCH] ignore babel evaluation question --- update_org_ical | 1 + 1 file changed, 1 insertion(+) diff --git a/update_org_ical b/update_org_ical index eadbcd8..83237a7 100755 --- a/update_org_ical +++ b/update_org_ical @@ -15,6 +15,7 @@ else with-lock-ex $LOCKOPTS $TMPDIR/update_org_ical timeout -k1m 1m emacsclient -n -e '(org-save-all-org-buffers)' >/dev/null 2>&1 fi; yes|with-lock-ex $LOCKOPTS $TMPDIR/update_org_ical timeout -k1m 3m emacs --batch -l ~/.emacs \ + --eval "(setq org-confirm-babel-evaluate nil)" \ --eval '(setq org-icalendar-combined-description "Don Armstrong’s Calendar (org-mode)")' \ --eval '(setq org-icalendar-combined-name "Don Armstrong (org-mode)")' \ --eval "(setq org-icalendar-combined-agenda-file \"$TMPDIR/org.ics\")" \ -- 2.39.2