Hi, Katherine Cox-Buday writes: > It looks like it expects a ~/test.org file to be present and prompts for user input when that is not the case. Yeah I noticed that as well :-/, I took a quick look at and the tests can be enabled properly with this commit: https://github.com/alphapapa/org-super-agenda/commit/a5557ea4f51571ee9def3cd9a1ab1c38f1a27af7 But even with this applied, the tests still don't pass for me, I get many errors like so: --8<---------------cut here---------------start------------->8--- DIFF: @@ -7,8 +7,8 @@ test: Scheduled: TODO [#C] Get haircut :personal:@town: Other items - test: 7:02...... Sunrise (12:04 of daylight) - 8:00...... ---------------- + test: 7:02...... Sunrise (12:04 of daylight) + 8:00...... ---------------- 10:00...... ---------------- 12:00...... now - - - - - - - - - - - - - - - - - - - - - - - - - 12:00...... ---------------- ") FAILED 1/73 org-super-agenda-test--:and (0.340120 sec) --8<---------------cut here---------------end--------------->8--- I was planning on reporting it upstream when I get some time this week, I couldn't see any existing issue, I'm surprised nobody noticed though, unless it could be a guix-specific issue? It doesn't look like a big deal though, it's still perfectly usable :-). Maybe we should disable the tests in the meantime? Thanks, Pierre