From a17d4e31516fd4d75817042d0c58020de880d32f Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Sun, 19 Apr 2026 16:05:26 -0400 Subject: [PATCH] fix(memory): Definitive fix for list-objects-with-attribute parenthesis imbalance --- literate/memory.org | 2 -- src/memory.lisp | 2 -- 2 files changed, 4 deletions(-) diff --git a/literate/memory.org b/literate/memory.org index 5ffb879..c5901ed 100644 --- a/literate/memory.org +++ b/literate/memory.org @@ -171,8 +171,6 @@ Basic functions for retrieving objects by ID or type. (push obj results)))) *memory*) results)) - - results)) #+end_src ** Structural Helpers diff --git a/src/memory.lisp b/src/memory.lisp index 5fa3df5..7c70dca 100644 --- a/src/memory.lisp +++ b/src/memory.lisp @@ -103,8 +103,6 @@ *memory*) results)) - results)) - (defun find-headline-missing-id (ast) "Traverses an AST to find headlines that lack an :ID: property." (when (listp ast)