WIP
This commit is contained in:
parent
049485b813
commit
919f7fc010
1 changed files with 18 additions and 17 deletions
|
|
@ -826,6 +826,7 @@ PREDICATES should be the value of `org-ql-predicates'."
|
|||
(--map (plist-get (cdr it) :normalizers))
|
||||
(-flatten-n 1))))
|
||||
(fset 'org-ql--normalize-query
|
||||
(byte-compile
|
||||
`(lambda (query)
|
||||
"FIXME"
|
||||
(cl-labels ((rec (element)
|
||||
|
|
@ -844,7 +845,7 @@ PREDICATES should be the value of `org-ql-predicates'."
|
|||
|
||||
;; Any other form: passed through unchanged.
|
||||
(_ element))))
|
||||
(rec query))))))
|
||||
(rec query)))))))
|
||||
|
||||
(defun org-ql--define-preamble-fn (predicates)
|
||||
"Define function `org-ql--query-preamble' for PREDICATES.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue