fix(memory): Definitive fix for list-objects-with-attribute parenthesis imbalance
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s

This commit is contained in:
2026-04-19 16:05:26 -04:00
parent ee85e40655
commit a17d4e3151
2 changed files with 0 additions and 4 deletions

View File

@@ -171,8 +171,6 @@ Basic functions for retrieving objects by ID or type.
(push obj results)))) (push obj results))))
*memory*) *memory*)
results)) results))
results))
#+end_src #+end_src
** Structural Helpers ** Structural Helpers

View File

@@ -103,8 +103,6 @@
*memory*) *memory*)
results)) results))
results))
(defun find-headline-missing-id (ast) (defun find-headline-missing-id (ast)
"Traverses an AST to find headlines that lack an :ID: property." "Traverses an AST to find headlines that lack an :ID: property."
(when (listp ast) (when (listp ast)