From: Don Armstrong Date: Thu, 20 Nov 2014 22:29:40 +0000 (-0800) Subject: ignore habits in ical export X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5e6c2d6f8c2a20bc09e525816584919fc78c027a;p=bin.git ignore habits in ical export --- diff --git a/update_org_ical b/update_org_ical index c606520..0d5422e 100755 --- a/update_org_ical +++ b/update_org_ical @@ -12,6 +12,7 @@ yes|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\")" \ + --eval "(setq org-icalendar-exclude-tags '( \"habit\" ) )" \ --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