Comment: Add FIXME
This commit is contained in:
parent
797798bd08
commit
ad6624d9ae
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue