From 8f840c79a9a2db8269a1130912a67d807de45f11 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 22 Jan 2014 22:29:42 -0800 Subject: [PATCH] call org-save-all-org-buffers after calling org-icalendar stuff --- update_org_ical | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update_org_ical b/update_org_ical index 3f928d2..d3031a9 100755 --- a/update_org_ical +++ b/update_org_ical @@ -12,5 +12,6 @@ with-lock-ex $LOCKOPTS $TMPDIR/update_org_ical emacs --batch -l ~/.emacs \ --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\")" \ - --funcall 'org-icalendar-combine-agenda-files' + --eval '(org-icalendar-combine-agenda-files)' \ + --eval '(org-save-all-org-buffers)'; with-lock-ex $LOCKOPTS $TMPDIR/update_org_ical rsync -av "$TMPDIR/org.ics" rzlab.ucr.edu:debian/.google_ical*/org.ics -- 2.39.2