From: Don Armstrong Date: Fri, 17 Jun 2016 16:09:48 +0000 (-0500) Subject: ignore babel evaluation question X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=486236caeb852c95808b483346251d8d5ff7016f;p=bin.git ignore babel evaluation question --- 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\")" \