kidd / org-gcal.el

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

org-mode 9.7 breaks org-gcal-sync #249

Open vnckppl opened 2 months ago

vnckppl commented 2 months ago

Syncing (org-gcal-sync) now throws the following error:

replace-regexp-in-string: Invalid function: [org-element-deferred org-element--headline-parse-title (t) nil]

telotortium commented 2 months ago

Yes, I need to take a look at how to upgrade this for Org 9.7

ilpincy commented 2 months ago

I know it's not a fix, rather a hack, but I commented out this line and sync works for me now.

BTW – thank you so much for maintaining this package. Great job!

telotortium commented 2 months ago

@ilpincy Interesting - I was using the exported org-element API, so I'm not sure how the bug is appearing.

@vnckppl Can you check if you have recompiled the bytecode for your packages correctly?

vnckppl commented 2 months ago

I did not recompile, but everything seems to work as usual again. Thanks!