We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1389ccb commit 31efd5aCopy full SHA for 31efd5a
org-ql.el
@@ -378,6 +378,7 @@ If NARROW is non-nil, buffer will not be widened."
378
(message "org-ql: No headings in buffer: %s" (current-buffer)))
379
nil)
380
;; Find matching entries.
381
+ ;; TODO: Bind `case-fold-search' around the preamble loop.
382
(cond (preamble (cl-loop while (let ((case-fold-search preamble-case-fold))
383
(re-search-forward preamble nil t))
384
do (outline-back-to-heading 'invisible-ok)
0 commit comments