kidd / org-gcal.el

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

Ensure CLOSED timestamp isn’t wiped out by org-gcal-sync #219

Closed telotortium closed 1 year ago

telotortium commented 1 year ago

Fix https://github.com/kidd/org-gcal.el/issues/218.

wrn commented 1 year ago

I just tested this fix, and unfortunately, it seems it does not work.

If you use the same instructions I used in #218 to reproduce, the CLOSED will still be wiped out.

When I look closer at the commit, it seems the key line is this: (let ((org-closed-keep-when-no-todo t)) But in my test case, the entry is marked as "DONE", which is still a todo heading, therefore, it seems the above let binding won't do anything.