-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oauth2-auto plstore sometimes saves keys in non-plstore files #6
Comments
I am managing ~/.emacs with dotfiles, so ~/.emacs is a symlink to ~/.dotfiles/emacs.d. This is probably why writing to oauth2-auto.plist always fails in the version with fix #7 (the problem does not occur with oauth2-auto before the fix). What should I do? |
I'm in the same boat:
I also use dotfiles and my main spacemacs file is a link. |
@agenbite @uwabami I just merged #16 and backported to org-gcal (see kidd/org-gcal.el#216), so your issues should be fixed. |
Thanks, @telotortium! Hm... now it connects allright but my appointments are not copied over to gmail. I'm seeing that it actually syncs the wrong file: for some reason, instead of syncing gcalendar.org, it is syncing gcalendar.org_archive. Why would that be? It also asks for the creation of a password several times (one per calendar?), and then asks for that same password. Which it didn't before. |
Both of your issues are strictly-speaking https://github.com/kidd/org-gcal.el issues.
What does
Known issue. Right now it creates a separate plstore file for each Calendar ID, because that was the fastest way to change the existing code to use As documented in the
|
Understood. Thanks for the clarification.
Good to know! Thanks!
It's set. And I still get two password creation prompts. |
For any other poor soul that ends up here still seeing this bug... I found that doing this BEFORE running
|
I'm trying to use oauth2-auto for kidd/org-gcal.el#200, but I sometimes find that the plstore data is being stored not in the plstore file that oauth2-auto creates, but rather in my Org files.
The text was updated successfully, but these errors were encountered: