-
Notifications
You must be signed in to change notification settings - Fork 4
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
"org-notion-print is already defined as something else than a generic function" #1
Comments
hi! sorry for the delay, I will take a look today and report back. be aware that this package is in alpha and I haven't been working on it recently :) |
@jhilker1 could you post the version of emacs and doom you are using? I can't replicate on Emacs 29.0.50 with/without init but there could be compatibility issues if you are on 28 or below. The error seems to be related to eieio - the Can you try again with the patch? If that doesn't work, try running emacs with no init ty! |
I'm currently using Emacs v27.2. I'll check the fix tonight! Here's the output of `doom version` :
```
Executing 'doom version' with Emacs 27.2 at 2022-06-10 20:41:02
GNU Emacs v27.2 deef5efafb70f4b171265b896505b92b6eef24e6
Doom core v3.0.0-dev grafted, HEAD -> master, origin/master, origin/HEAD bea3cc1 2022-06-04 15:02:06 +0200
Doom modules v22.06.0-dev grafted, HEAD -> master, origin/master, origin/HEAD bea3cc1 2022-06-04 15:02:06 +0200
```
Unfortunately, the issue is still persisting.
|
@jhilker1 thank you for checking - I’m almost certainly using built-ins that require 28+ - I will comb through the code tonight and see if I can remedy this without significant changes, otherwise I’ll add a version requirement to the header |
No worries! I'll try my EndeavourOS machine as well since that has a newer version of emacs. |
after skimming I'm only seeing compatibility issues that would affect <28.1 - can you give me an example of a function you're calling? For example do you get error on |
closing for now, feel free to reopen with any updates. Thanks! |
so sorry, I completely forgot! I'll double check tonight. |
unfortunately my main laptop is in for repairs, but I'll check as soon as it gets back. I'll go ahead and close the issue for now, but will keep you posted on what I find out. |
Sorry for the delay. I set up a quick vm with just this package - I found that I could get
|
@jhilker1 thanks for checking! I will confirm after work today, but it is probably because the org-notion-version constant uses an older value. Try setting it to “2022-06-28”. I will push update after verifying root cause. I should also have time to continue working on this in the next few weeks so stay tuned! |
Alright! I'll double check asap. |
@jhilker1 after testing I was unable to reproduce :( - after running |
I can look into it on emacs 29 as well. |
hey there, haven't had much luck getting emacs 29 set up, and have been dealing with a lot of heavy stuff recently. I'll keep an eye on it in the meantime but for now I'll go ahead and close the issue, and reopen it if I find anything new. |
I'm getting the error on any org-notion function, whether
`org-notion-mode`, `org-notion-get-users`, etc.
…On Sat, Jun 11, 2022, 6:00 PM ellis ***@***.***> wrote:
after skimming I'm only seeing compatibility issues that would affect
<28.1 - can you give me an example of a function you're calling? For
example do you get error on org-notion-mode and org-notion-get-users?
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACY54OHF7JN5HSFAJUC32F3VOUD7LANCNFSM5X5X4O2Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I'm seeing this today with latest org-notion, latest org and emacs 29.0.90 - and also on doom. If I use If I don't use a hook, but simply try
|
@richardwesthaver can we reopen this please? |
And also with emacs 29.0.91 |
Hi @peterhoeg sorry I haven't received any notifications for this issue
|
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):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):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.
The text was updated successfully, but these errors were encountered: