Exclude habits that have log state DONE for today from agenda view #283
Unanswered
aronvandepol
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question: How to hide completed Org-mode habits from org-super-agenda's "Habits" group
I'm using
org-super-agenda
to organize my Org-mode agenda views. I have a group specifically for habits, defined as(:name "Habits" :habit t)
.My goal is to ensure that once I mark a habit as
DONE
today, it immediately disappears from this "Habits" group for the current day's agenda view.I've tried to achieve this using the
:discard
property with the:closed today
filter, but I keep running into errors.Here's my
org-super-agenda-groups
configuration and the errors I've encountered:Initial (and various attempts):
an example of such a habit is:
As the day of this posting, it is 2025-06-24 and this habit i want to avoid from having show up as I have 'completed' it for today.
Thank you for any suggestions!
Beta Was this translation helpful? Give feedback.
All reactions