colonelpanic8 / org-window-habit

GNU General Public License v3.0
29 stars 1 forks source link

wrong-type-argument listp #<org-window-habit org-window-habit-1559db02f770> #3

Open cashpw opened 11 months ago

cashpw commented 11 months ago
 Debugger entered--Lisp error: (wrong-type-argument listp #<org-window-habit org-window-habit-1559da91082a>)                                                                                                                                                                                                                                                           
   org-habit-get-priority(#<org-window-habit org-window-habit-1559da91082a>)
   #f(compiled-function (el) #<bytecode 0x12c7787d6dc7a634>)((headline (:raw-value "<omited>" :begin 672 :end 4721 :pre-blank 0 :contents-begin 754 :contents-end 4720 :robust-begin 859 :robust-end 4718 :level 2 :priority 49 :tags nil :todo-keyword #("TODO" 0 4 (fontified nil)) :todo-type todo :post-blank 1 :foot$
   org-element-cache-map(#f(compiled-function (el) #<bytecode 0x12c7787d6dc7a634>) :next-re "\\<SCHEDULED: *<\\([^>]+\\)>" :fail-re "\\<SCHEDULED: *<\\([^>]+\\)>" :narrow t)
   org-agenda-get-scheduled(nil)
   org-agenda-get-day-entries("<omited>..." (9 18 2023) :deadline :scheduled :timestamp :sexp)
   apply(org-agenda-get-day-entries "<omited>..." (9 18 2023) (:deadline :scheduled :timestamp :sexp))
   org-agenda-list(nil)
   funcall-interactively(org-agenda-list nil)
   call-interactively(org-agenda-list)
   #f(compiled-function () #<bytecode -0x3e9cc84baf3cdaa>)()
   funcall(#f(compiled-function () #<bytecode -0x3e9cc84baf3cdaa>))
   (let ((org-agenda-overriding-header '"") (org-agenda-dim-blocked-tasks 'nil) (org-agenda-use-tag-inheritance 't) (org-agenda-span '1) (org-super-agenda-groups '((:name "Schedule" :time-grid t :order 0) (:name "In Progress" :todo "INPROGRESS") (:name "Scheduled/Due Today" :scheduled today :deadline today) (:discard (:tag "habit" :tag "repeating")) (:name$
   org-agenda-run-series("Super view (work)" (((agenda "" ((org-agenda-overriding-header "") (org-agenda-dim-blocked-tasks nil) (org-agenda-use-tag-inheritance t) (org-agenda-span 1) (org-super-agenda-groups '(... ... ... ... ... ...)))) (alltodo "" ((org-agenda-overriding-header "") (org-agenda-dim-blocked-tasks nil) (org-agenda-use-tag-inheritance t) (or$
   org-agenda(nil)
   funcall-interactively(org-agenda nil)
   command-execute(org-agenda)

This occurs when I enable org-window-habit regardless of whether or not I have TODOs which have org-window-habit properties.

colonelpanic8 commented 11 months ago

Hi @cashpw did you enable org-window-habit-mode.

It seems like the built in habit functions are still being used.

colonelpanic8 commented 11 months ago

@cashpw Also, is this when you are building graphs? rescheduling?. I suppose it looks like its when its running the agenda?