auth-source issues with .authinfo.gpg and org2blog
Of course, Emacs has its idiosyncrasies. In my latest case of “let’s waste some time after a complete reinstall”, I enjoyed discovering that Emacs I needed to add this line in my doom config.
(epa-file-enable)
Otherwise, the returned value of (auth-source-user-and-password)
was (nil nil nil)
. Why? Because apparently, the epa
package wasn’t enabled. Why? I don’t know…
And the more you know…