Created
May 23, 2021 19:24
-
-
Save zzamboni/786e91f2801aa475901ed8d583d9235f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Debugger entered--Lisp error: (void-variable level) | |
(member level '("" nil)) | |
(if (member level '("" nil)) "" (concat level "" (get-text-property 0 'extra-space level))) | |
(format "%s" (if (member level '("" nil)) "" (concat level "" (get-text-property 0 'extra-space level)))) | |
(format " %s %s%s" (format "%s" (if (member category-icon '("" nil)) "" (concat category-icon "" (get-text-property 0 'extra-space category-icon)))) (format "%-12s" (if (member category '("" nil)) "" (concat category ":" (get-text-property 0 'extra-space category)))) (format "%s" (if (member level '("" nil)) "" (concat level "" (get-text-property 0 'extra-space level))))) | |
eval((format " %s %s%s" (format "%s" (if (member category-icon '("" nil)) "" (concat category-icon "" (get-text-property 0 'extra-space category-icon)))) (format "%-12s" (if (member category '("" nil)) "" (concat category ":" (get-text-property 0 'extra-space category)))) (format "%s" (if (member level '("" nil)) "" (concat level "" (get-text-property 0 'extra-space level))))) t) | |
org-agenda-format-item("" #("NEXT Put together a wiki page with high-level chec..." 0 97 (org-category "Action" fontified nil)) " " "Action" ("work") t) | |
org-agenda-get-todos() | |
org-agenda-get-day-entries("/Users/taazadi1/gtd/actionable.org" (5 23 2021) :todo) | |
org-todo-list(nil) | |
funcall-interactively(org-todo-list nil) | |
call-interactively(org-todo-list) | |
#f(compiled-function () #<bytecode 0x1feb8249cec1>)() | |
funcall(#f(compiled-function () #<bytecode 0x1feb8249cec1>)) | |
(let nil (funcall '#f(compiled-function () #<bytecode 0x1feb8249cec1>))) | |
eval((let nil (funcall '#f(compiled-function () #<bytecode 0x1feb8249cec1>)))) | |
org-agenda-run-series("Agenda and all TODOs" (((agenda "") (alltodo "")))) | |
org-agenda(nil) | |
funcall-interactively(org-agenda nil) | |
call-interactively(org-agenda nil nil) | |
command-execute(org-agenda) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment