X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=update_org_ical;h=83237a7cc1139e6f33dca3c5094d0cc0b4c8a725;hb=3d5241a316e3ff729b19b878b0841558120f75e9;hp=eadbcd898139eaef491e620ab8a00e33e52d5af7;hpb=df84d9e3d1aa4266edd09caea980cf505d288ec6;p=bin.git 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\")" \