This commit is contained in:
Adam Porter 2021-06-21 03:33:38 -05:00
parent 997aa6d738
commit c45a3f18c0

View file

@ -21,12 +21,9 @@
#+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]] |
#+END:
@ -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