diff --git a/NOTES.org b/NOTES.org index d25d0bd..9fb5140 100644 --- a/NOTES.org +++ b/NOTES.org @@ -20,14 +20,11 @@ ** Bugs ([[org-ql-search:todo%253A%2520tags%253Abug?super-groups=%2528%2528%253Aauto-property%2520%2522Milestone%2522%2529%2529&sort=%2528todo%2529&title=%2522Bugs%2522][view]]) #+BEGIN: org-ql :query "todo: tags:bug" :columns ((priority "P") ((property "milestone") "M") (todo "Keyword") heading) :sort (priority todo date) :ts-format "%Y-%m-%d %H:%M" -| P | M | Keyword | Heading | -|---+-----+---------+----------------------------------------------------------| -| A | 0.6 | PROJECT | [[Timestamp predicates using relative dates break caching][Timestamp predicates using relative dates break caching]] | -| A | 0.6 | PROJECT | [[Compatibility with Org 9.4 custom link changes][Compatibility with Org 9.4 custom link changes]] | -| | | TODO | [[Move from-to-on argument processing to query normalizers][Move from-to-on argument processing to query normalizers]] | -| | | TODO | [[Update defpred docs][Update defpred docs]] | -| | | TODO | [[Remove old ~--from-to-on~ macro completely][Remove old ~--from-to-on~ macro completely]] | -| | | NEXT | [[Check Org 9.4 source code for second argument][Check Org 9.4 source code for second argument]] | +| P | M | Keyword | Heading | +|---+-----+---------+---------------------------------------------------------| +| A | 0.6 | PROJECT | [[Timestamp predicates using relative dates break caching][Timestamp predicates using relative dates break caching]] | +| A | 0.6 | PROJECT | [[Compatibility with Org 9.4 custom link changes][Compatibility with Org 9.4 custom link changes]] | +| | | NEXT | [[Check Org 9.4 source code for second argument][Check Org 9.4 source code for second argument]] | #+END: ** Milestones ([[org-ql-search:todo%253A?super-groups=%2528%2528%253Aauto-property%2520%2522milestone%2522%2529%2529&sort=%2528todo%2529&title=%2522Milestones%2522][view]]) @@ -370,15 +367,16 @@ When tag inheritance is enabled, and the given tags aren't file-level tags, we c Could fix this in a 0.5.3 release, but I think too much code changes are involved for a bugfix release. -*** TODO Move from-to-on argument processing to query normalizers +*** DONE Move from-to-on argument processing to query normalizers -**** TODO Update defpred docs +**** DONE Update defpred docs -+ [ ] Mention that normalizers are run until they return the same result; need to guard against infinite loops. -+ [ ] Update docstring -+ [ ] Update readme ++ [X] Mention that normalizers are run until they return the same result; need to guard against infinite loops. + - [X] Update docstring + - [X] Update readme + - [X] defpred tutorial -**** TODO Remove old ~--from-to-on~ macro completely +**** DONE Remove old ~--from-to-on~ macro completely **** DONE closed