Comment: Add FIXME

This commit is contained in:
Adam Porter 2019-07-22 14:42:46 -05:00
parent 797798bd08
commit ad6624d9ae

View file

@ -293,6 +293,7 @@ replace the clause with a preamble."
(setq org-ql-preamble regexp) (setq org-ql-preamble regexp)
;; Return nil ;; Return nil
nil)) nil))
;; FIXME: Need to handle e.g. (level <= 2)
(`(level ,num) (`(level ,num)
(let* ((regexp (rx-to-string `(seq bol (repeat ,num "*") " ")))) (let* ((regexp (rx-to-string `(seq bol (repeat ,num "*") " "))))
(setq org-ql-preamble regexp) (setq org-ql-preamble regexp)