Re: [O] refresh from google calendar before showing agenda

2017-06-21 Thread Gyro Funch
On 6/21/2017 7:54 AM, Eric S Fraga wrote: > On Wednesday, 21 Jun 2017 at 13:33, Gyro Funch wrote: >> Unfortunately, I am a newbie with elisp, so am not sure of the best >> way to accomplish this? > > You could possibly *advice* the agenda dispatch command. See "Advising > Named Functions" in the

Re: [O] refresh from google calendar before showing agenda

2017-06-21 Thread Eric S Fraga
On Wednesday, 21 Jun 2017 at 13:33, Gyro Funch wrote: > Unfortunately, I am a newbie with elisp, so am not sure of the best > way to accomplish this? You could possibly *advice* the agenda dispatch command. See "Advising Named Functions" in the Elisp info manual. -- : Eric S Fraga via Emacs 26.

[O] refresh from google calendar before showing agenda

2017-06-21 Thread Gyro Funch
Hi, I set up org-gcal to download my google calendar to an org file and would like to do an automatic org-gcal-fetch before displaying an org agenda view. Unfortunately, I am a newbie with elisp, so am not sure of the best way to accomplish this? I would appreciate any help or suggestions on cod