kidd / org-gcal.el

Org sync with Google Calendar. (active maintained project as of 2019-11-06)
436 stars 47 forks source link

Fix org-gcal--capture-post hook #106

Closed jx1e closed 3 years ago

jx1e commented 4 years ago

This fixes #62, and most likely #68 and #99 as well. Namely, org-gcal--capture-post as a hook before org-capture finalization resulted in deferred errors and duplicate events (when used in conjunction with a org-gcal-sync hook). We change it to run after finalization which fixes these issues.

telotortium commented 3 years ago

Sorry for taking so long - I'll merge this. Thanks!