Skip to content

Commit 31efd5a

Browse files
committed
Comment: Add TODO
1 parent 1389ccb commit 31efd5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

org-ql.el

+1
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ If NARROW is non-nil, buffer will not be widened."
378378
(message "org-ql: No headings in buffer: %s" (current-buffer)))
379379
nil)
380380
;; Find matching entries.
381+
;; TODO: Bind `case-fold-search' around the preamble loop.
381382
(cond (preamble (cl-loop while (let ((case-fold-search preamble-case-fold))
382383
(re-search-forward preamble nil t))
383384
do (outline-back-to-heading 'invisible-ok)

0 commit comments

Comments
 (0)