-
-
Notifications
You must be signed in to change notification settings - Fork 46
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-gtd-oops "Invalid agenda key" #208
Comments
That is strange indeed. Are you running on vanilla emacs? doom emacs?
anything in particular? use-package, quelpa, etc.?
…On Mon, Jun 17, 2024 at 8:42 AM fedefelds ***@***.***> wrote:
Whenever I try to run the "org-gtd-oops" command (M-x org-gtd-oops), I get
the following output:
Invalid agenda key
Surprisingly, this error is gone as soon as I enable edebug for said
function:
- first, I look for the definition of the function within the source
code
- then, highlight the entire function definition
- C-u C-M-x (instrument org-gtd-oops..aka enable edebug)
- run org-gtd-oops...works flawlessly
I am not sure why it does not work straight away, and it is even more
strange that this workaround even works
—
Reply to this email directly, view it on GitHub
<#208>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAQSSIAKDM3KNVIRTMQWEDZH3KUVAVCNFSM6AAAAABJN5XMKSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGM2TOMRVGUYTQNY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Very weird indeed. I ended up copying the code from the function to my config file and it works just fine, but the issue is still there. Might be a problem with my config, but it is hard to tell for now. I use vanilla emacs but of course, I have my own config file. Here is the part in charge of org-gtd: Btw, thanks for making such nice package...it is super useful! |
Firstly, thanks for creating this wonderful package. |
@PwzXxm if you have a problem with org-gtd from using doom, usually clearing the packages / forcing a package resync fixes the problem, can you please try that? |
Thanks for your reply. I tried deleting the package and resync but still no luck. |
Whenever I try to run the "org-gtd-oops" command (M-x org-gtd-oops), I get the following output:
Surprisingly, this error is gone as soon as I enable edebug for said function:
I am not sure why it does not work straight away, and it is even more strange that this workaround even works
The text was updated successfully, but these errors were encountered: