Hi there!
I wanted to try this package and so I had set up the login in this format in my ~/.authinfo.gpg (on my windows 10 machine, using Doom Emacs installed with chocolatey):
machine notion.so username myemail@email.domain password accountpassword token mysecrettoken
However, when I tried to call any of the functions in org-notion, I got this error (using an empty org-mode file to pull tasks into):
Eager macro-expansion failure: (wrong-type-argument listp :documentation) [2 times]
defclass: Wrong type argument: listp, :documentation
cl-generic-ensure-function: org-notion-print is already defined as something else than a generic function
What do I need to do in order to fix this error? Like I mentioned earlier, I'm currently on Windows 10, and I used chocolatey to install emacs, and I'm using doom emacs.