Files
passepartout/org
Amr Gharbeia 1b4d147170 fix: archivist-create-note handler-case structure (C/T bugs)
- handler-case had (log-message ...) and t as malformed clauses instead of return value
- This caused the error clause to fall outside handler-case, making c undefined
- Wrapped success path in progn: write-file + log-message + return t
- Error clause (error (c) ...) now properly inside handler-case
- Both bugs fixed by same structural change
2026-05-04 12:04:56 -04:00
..
2026-05-03 14:26:08 -04:00
2026-05-03 14:26:08 -04:00