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))))
|
(push obj results))))
|
||||||
*memory*)
|
*memory*)
|
||||||
results))
|
results))
|
||||||
|
|
||||||
results))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Structural Helpers
|
** Structural Helpers
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user