Comment: Add TODO
This commit is contained in:
parent
1389ccb46b
commit
31efd5a26d
1 changed files with 1 additions and 0 deletions
|
|
@ -378,6 +378,7 @@ If NARROW is non-nil, buffer will not be widened."
|
||||||
(message "org-ql: No headings in buffer: %s" (current-buffer)))
|
(message "org-ql: No headings in buffer: %s" (current-buffer)))
|
||||||
nil)
|
nil)
|
||||||
;; Find matching entries.
|
;; Find matching entries.
|
||||||
|
;; TODO: Bind `case-fold-search' around the preamble loop.
|
||||||
(cond (preamble (cl-loop while (let ((case-fold-search preamble-case-fold))
|
(cond (preamble (cl-loop while (let ((case-fold-search preamble-case-fold))
|
||||||
(re-search-forward preamble nil t))
|
(re-search-forward preamble nil t))
|
||||||
do (outline-back-to-heading 'invisible-ok)
|
do (outline-back-to-heading 'invisible-ok)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue