-
Notifications
You must be signed in to change notification settings - Fork 47
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
Replacing plstore prompt with password-store #225
Comments
Yes, can't we plug into the options emacs has for storing secrets (e.g. authinfo, gpg)? I was very confused by the plstore pop up and still trying to figure out why it doesn't actually save... EDIT: on that last point, discussed here #213 (for me creating the plist file helped) |
I don't know if this is related, but I have either a new or newly-noticed error on sync: Here is my org-gcal related .emacs bit:
|
I recently discovered that |
I am attempting this and see a small error in the README:
produces an error because |
Thanks @eval-on-point. This helped me solve my authentication problem. I use the following:
|
Hi and thanks for this plugin!
I was wondering if it's possible to integrate the plstore mechanism with a password manager. I already use
password-store
for my Calendar secret and have to input a password once already to recover it fororg-gcal
. It's annoying to have to do it again for another prompt immediately following this one. A better behaviour would be to specify a function outputting the plstore password. It'd also be great to be able to specify a function for the org-gcal secret.The text was updated successfully, but these errors were encountered: