From 307b0db012bd10888481889bd2993cc32c5af66b Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Mon, 21 Jun 2021 09:50:12 -0500 Subject: [PATCH] Update --- NOTES.org | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/NOTES.org b/NOTES.org index b2d49ce..f003400 100644 --- a/NOTES.org +++ b/NOTES.org @@ -36,10 +36,10 @@ | future | B | TODO | [[Sorter for property values][Sorter for property values]] | | 0.7 | B | TODO | [[Bookmarks save list of files instead of e.g. ~org-agenda-files~ when appropriate][Bookmarks save list of files instead of e.g. ~org-agenda-files~ when appropriate]] | | 0.7 | B | TODO | [[Change ~clocked~ and ~closed~'s behavior with just-number args][Change ~clocked~ and ~closed~'s behavior with just-number args]] | +| 0.6 | B | TODO | [[Review all normalizers for potential loops][Review all normalizers for potential loops]] | | 0.6 | B | TODO | [[Use string queries in view headers when possible][Use string queries in view headers when possible]] | | 0.7 | B | PROJECT | [[Optimized, date-specific timestamp regexps][Optimized, date-specific timestamp regexps]] | | 0.7 | B | PROJECT | [[Group tag support][Group tag support]] | -| future | B | PROJECT | [[Recursive queries][Recursive queries]] | #+END: ** Underway ([[org-ql-search:todo%253AUNDERWAY?sort=%2528priority%2529&title=%2522Underway%2522][view]]) @@ -98,6 +98,7 @@ - [[#partial-match-for-property-queries][Partial match for property queries]] - [[#remove-org-ql-macro][Remove org-ql macro]] - [[#change-clocked-and-closeds-behavior-with-just-number-args][Change clocked and closed's behavior with just-number args]] +- [[#review-all-normalizers-for-potential-loops][Review all normalizers for potential loops]] - [[#example-next-upcoming-event][Example: Next upcoming event]] - [[#org-agenda-skip-function][org-agenda-skip-function]] - [[#update-commentary][Update commentary]] @@ -243,6 +244,13 @@ Searching that with a query like =property:author=Fabrice= returns nothing; the ;; require the user to pass these predicates a negative number. #+END_SRC +** TODO [#B] Review all normalizers for potential loops +:PROPERTIES: +:milestone: 0.6 +:END: + +Since I found (and fixed) one after I made normalizers apply repeatedly, I should check the rest, because there might be a few more that could do it. + ** TODO [#C] Example: Next upcoming event :docs: