Update
This commit is contained in:
parent
997aa6d738
commit
c45a3f18c0
1 changed files with 12 additions and 14 deletions
26
NOTES.org
26
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]])
|
** 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"
|
#+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 |
|
| 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 | [[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]] |
|
| 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]] |
|
| | | NEXT | [[Check Org 9.4 source code for second argument][Check Org 9.4 source code for second argument]] |
|
||||||
| | | 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:
|
#+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]])
|
** 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.
|
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.
|
+ [X] Mention that normalizers are run until they return the same result; need to guard against infinite loops.
|
||||||
+ [ ] Update docstring
|
- [X] Update docstring
|
||||||
+ [ ] Update readme
|
- [X] Update readme
|
||||||
|
- [X] defpred tutorial
|
||||||
|
|
||||||
**** TODO Remove old ~--from-to-on~ macro completely
|
**** DONE Remove old ~--from-to-on~ macro completely
|
||||||
|
|
||||||
**** DONE closed
|
**** DONE closed
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue