Re: [O] syncing with google calendar, file changed on disk

2012-09-13 Thread Arun Persaud
Hi I use the following bash script via cron to sync with google and revert the buffer. I also keep my files in git, so there are some git commands in here too: #+BEGIN_SRC bash #update calendar (this runs the awk script) /home/arun/bin/google-get-calendar #check if have any local changes, if so

Re: [O] syncing with google calendar, file changed on disk

2012-09-13 Thread Nick Dokos
Tyler Smith wrote: > Hi, > > Following the instructions from Worg ( > http://orgmode.org/worg/org-tutorials/org-google-sync.html ), I've set > a cron job to download my google calendar, and use Eric Fraga's awk > script to convert it into google.org for inclusion in my agenda. This > works fine,