-
Notifications
You must be signed in to change notification settings - Fork 7
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
timer errors #76
Comments
Hey Benjamin! Been on a vacation, but I’ll look into this today 😀
…On Sun, Dec 8, 2024 at 01:33 Benjamin Slade ***@***.***> wrote:
I seem to be getting org-node-related timer errors:
Error running timer: (cl-no-applicable-method #[(sortstr key) ((if (fboundp 'org-node-fakeroam-daily-create) (org-node-fakeroam-daily-create sortstr key t) (error "Not installed: org-node-fakeroam"))) nil] comp--spill-lap-function #[(sortstr key) ((if (fboundp 'org-node-fakeroam-daily-create) (org-node-fakeroam-daily-create sortstr key t) (error "Not installed: org-node-fakeroam"))) nil])
Error running timer: (cl-no-applicable-method #[(node) ((let ((time (cdr (assoc "CREATION_TIME" (org-node-get-props node))))) (when (and time (not (string-blank-p time))) (cons time (org-node-get-id node))))) nil] comp--spill-lap-function #[(node) ((let ((time (cdr (assoc "CREATION_TIME" (org-node-get-props node))))) (when (and time (not (string-blank-p time))) (cons time (org-node-get-id node))))) nil])
Error running timer: (cl-no-applicable-method #[(sortstr key) ((org-node-create sortstr (org-id-new) key)) nil] comp--spill-lap-function #[(sortstr key) ((org-node-create sortstr (org-id-new) key)) nil])
(I'm using elpaca to install org-node, org-node-fakeroam, and el-job from
github; maybe I don't have these in the right order or something. I'm
wondering if this related to dailies not currently being marked/font-locked
on the calendar view.)
—
Reply to this email directly, view it on GitHub
<#76>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQNTTF57QMKF4Q3IGFIPXH32EOHWRAVCNFSM6AAAAABTGVYQSCVHI2DSMVQWIX3LMV43ASLTON2WKOZSG4ZDIOBXGM4TQNA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Would these changes solve the issue? e60db8b |
I still don't seem to be getting marked dates in the calendar |
Oh, maybe with this? I'll add it in, thanks for mentioning.
|
Checking in, do you get marked dates now? |
I do get marked dates now. (I'm still getting the timer errors sometimes, but functionality doesn't seem otherwise impaired?) |
Interesting problem. Now I understand my first fix would not have done anything. Did a possible fix on a separate branch: 131059d If you get time, maybe copy-paste that and see if the problem stops appearing! As always, thanks for reporting. It's possible that other people are also seeing this error. Out of curiosity, what's your |
I seem to be getting org-node-related timer errors:
(I'm using elpaca to install org-node, org-node-fakeroam, and el-job from github; maybe I don't have these in the right order or something. I'm wondering if this related to dailies not currently being marked/font-locked on the calendar view.)
The text was updated successfully, but these errors were encountered: