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
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
This commit is contained in:
@@ -171,8 +171,6 @@ Basic functions for retrieving objects by ID or type.
|
||||
(push obj results))))
|
||||
*memory*)
|
||||
results))
|
||||
|
||||
results))
|
||||
#+end_src
|
||||
|
||||
** Structural Helpers
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user