You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for what is a strangely vague bug report, but I recently updated my package repositories and the new version of org-modern that I installed seems to no longer support custom agenda views (i.e., org-agenda-custom-commands).
I've done a bit of digging, and it seems like in these views, org-todo-keywords-for-agenda is actually nil, as is org-todo-keywords-1, so org-modern doesn't know what it's supposed to prettify. I have no idea why this would have happened. I've checked and the behavior reproduces both for global-org-modern-mode and if org-modern-agenda is part of the finalize-hook.
Any ideas what might have gone wrong or how I could help debug further?
The text was updated successfully, but these errors were encountered:
Repository owner
locked and limited conversation to collaborators
May 25, 2024
Sorry for what is a strangely vague bug report, but I recently updated my package repositories and the new version of org-modern that I installed seems to no longer support custom agenda views (i.e.,
org-agenda-custom-commands
).I've done a bit of digging, and it seems like in these views,
org-todo-keywords-for-agenda
is actuallynil
, as isorg-todo-keywords-1
, so org-modern doesn't know what it's supposed to prettify. I have no idea why this would have happened. I've checked and the behavior reproduces both forglobal-org-modern-mode
and iforg-modern-agenda
is part of thefinalize-hook
.Any ideas what might have gone wrong or how I could help debug further?
The text was updated successfully, but these errors were encountered: