Notes: Update
This commit is contained in:
parent
dbf5dd3b0b
commit
6b96c3684d
1 changed files with 16 additions and 18 deletions
34
notes.org
34
notes.org
|
|
@ -23,7 +23,6 @@
|
||||||
#+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.5 | TODO | [[Views: Multiple sorters are not preserved][Views: Multiple sorters are not preserved]] |
|
|
||||||
| A | 0.5 | PROJECT | [[Compatibility with Org 9.4 custom link changes][Compatibility with Org 9.4 custom link changes]] |
|
| A | 0.5 | PROJECT | [[Compatibility with Org 9.4 custom link changes][Compatibility with Org 9.4 custom link changes]] |
|
||||||
#+END:
|
#+END:
|
||||||
|
|
||||||
|
|
@ -41,7 +40,6 @@
|
||||||
#+BEGIN: org-ql :query "todo: priority:A" :columns ((priority "P") ((property "milestone") "M") todo heading) :sort (priority date) :take 7
|
#+BEGIN: org-ql :query "todo: priority:A" :columns ((priority "P") ((property "milestone") "M") todo heading) :sort (priority date) :take 7
|
||||||
| P | M | Todo | Heading |
|
| P | M | Todo | Heading |
|
||||||
|---+-----+---------+--------------------------------------------------------------|
|
|---+-----+---------+--------------------------------------------------------------|
|
||||||
| A | 0.5 | TODO | [[Views: Multiple sorters are not preserved][Views: Multiple sorters are not preserved]] |
|
|
||||||
| A | 0.5 | PROJECT | [[Compatibility with Org 9.4 custom link changes][Compatibility with Org 9.4 custom link changes]] |
|
| A | 0.5 | PROJECT | [[Compatibility with Org 9.4 custom link changes][Compatibility with Org 9.4 custom link changes]] |
|
||||||
| A | 0.5 | PROJECT | [[Convert simple sexp queries to non-sexp][Convert simple sexp queries to non-sexp]] |
|
| A | 0.5 | PROJECT | [[Convert simple sexp queries to non-sexp][Convert simple sexp queries to non-sexp]] |
|
||||||
| A | 0.5 | PROJECT | [[Checking links for unsafe parameters][Checking links for unsafe parameters]] |
|
| A | 0.5 | PROJECT | [[Checking links for unsafe parameters][Checking links for unsafe parameters]] |
|
||||||
|
|
@ -66,15 +64,15 @@
|
||||||
** 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]])
|
||||||
|
|
||||||
#+BEGIN: org-ql :query "todo: property:milestone" :columns (((property "milestone") "M") (priority "P") todo heading) :sort (priority date) :take 7
|
#+BEGIN: org-ql :query "todo: property:milestone" :columns (((property "milestone") "M") (priority "P") todo heading) :sort (priority date) :take 7
|
||||||
| M | P | Todo | Heading |
|
| M | P | Todo | Heading |
|
||||||
|-----+---+---------+--------------------------------------------------------------|
|
|--------+---+---------+--------------------------------------------------------------|
|
||||||
| 0.5 | A | TODO | [[Views: Multiple sorters are not preserved][Views: Multiple sorters are not preserved]] |
|
| 0.5 | A | PROJECT | [[Compatibility with Org 9.4 custom link changes][Compatibility with Org 9.4 custom link changes]] |
|
||||||
| 0.5 | A | PROJECT | [[Compatibility with Org 9.4 custom link changes][Compatibility with Org 9.4 custom link changes]] |
|
| 0.5 | A | PROJECT | [[Convert simple sexp queries to non-sexp][Convert simple sexp queries to non-sexp]] |
|
||||||
| 0.5 | A | PROJECT | [[Convert simple sexp queries to non-sexp][Convert simple sexp queries to non-sexp]] |
|
| 0.5 | A | PROJECT | [[Checking links for unsafe parameters][Checking links for unsafe parameters]] |
|
||||||
| 0.5 | A | PROJECT | [[Checking links for unsafe parameters][Checking links for unsafe parameters]] |
|
| 0.5 | A | TODO | [[Tag org-super-agenda 1.2 and bump required version in org-ql][Tag org-super-agenda 1.2 and bump required version in org-ql]] |
|
||||||
| 0.5 | A | TODO | [[Tag org-super-agenda 1.2 and bump required version in org-ql][Tag org-super-agenda 1.2 and bump required version in org-ql]] |
|
| 0.6 | B | PROJECT | [[Group tag support][Group tag support]] |
|
||||||
| 0.6 | B | PROJECT | [[Group tag support][Group tag support]] |
|
| 0.6 | B | PROJECT | [[Save view to dynamic block][Save view to dynamic block]] |
|
||||||
| 0.6 | B | PROJECT | [[Save view to dynamic block][Save view to dynamic block]] |
|
| future | C | MAYBE | [[Alternative parsing libraries][Alternative parsing libraries]] |
|
||||||
#+END:
|
#+END:
|
||||||
|
|
||||||
* [#A] Tasks
|
* [#A] Tasks
|
||||||
|
|
@ -82,7 +80,6 @@
|
||||||
:TOC: :include descendants :depth 1
|
:TOC: :include descendants :depth 1
|
||||||
:END:
|
:END:
|
||||||
:CONTENTS:
|
:CONTENTS:
|
||||||
- [[#views-multiple-sorters-are-not-preserved][Views: Multiple sorters are not preserved]]
|
|
||||||
- [[#add-auto-keyword-to-planning-predicate][Add :auto keyword to (planning) predicate]]
|
- [[#add-auto-keyword-to-planning-predicate][Add :auto keyword to (planning) predicate]]
|
||||||
- [[#change-deadlines-auto-argument-to-auto-andor-auto-t][Change (deadline)'s auto argument to :auto and/or :auto t]]
|
- [[#change-deadlines-auto-argument-to-auto-andor-auto-t][Change (deadline)'s auto argument to :auto and/or :auto t]]
|
||||||
- [[#outline-path-in-buffers-files-arg][Outline path in buffers-files arg]]
|
- [[#outline-path-in-buffers-files-arg][Outline path in buffers-files arg]]
|
||||||
|
|
@ -113,6 +110,7 @@
|
||||||
- [[#update-view-screenshots][Update view screenshots]]
|
- [[#update-view-screenshots][Update view screenshots]]
|
||||||
- [[#test-caching][Test caching]]
|
- [[#test-caching][Test caching]]
|
||||||
- [[#node-caching]["Node" caching]]
|
- [[#node-caching]["Node" caching]]
|
||||||
|
- [[#views-multiple-sorters-are-not-preserved][Views: Multiple sorters are not preserved]]
|
||||||
- [[#make-dynamic-blocks-warn-about-sexp-queries][Make dynamic blocks warn about sexp queries]]
|
- [[#make-dynamic-blocks-warn-about-sexp-queries][Make dynamic blocks warn about sexp queries]]
|
||||||
- [[#add-emacs-271-to-testyml][Add Emacs 27.1 to test.yml]]
|
- [[#add-emacs-271-to-testyml][Add Emacs 27.1 to test.yml]]
|
||||||
- [[#fix-org-ql-view--link-open-on-org-93][Fix org-ql-view--link-open on Org 9.3+]]
|
- [[#fix-org-ql-view--link-open-on-org-93][Fix org-ql-view--link-open on Org 9.3+]]
|
||||||
|
|
@ -126,12 +124,6 @@
|
||||||
- [[#use-macros-for-date][Use macros for date]]
|
- [[#use-macros-for-date][Use macros for date]]
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
** TODO [#A] Views: Multiple sorters are not preserved :bug:
|
|
||||||
:PROPERTIES:
|
|
||||||
:milestone: 0.5
|
|
||||||
:url: https://github.com/alphapapa/org-ql/issues/136
|
|
||||||
:END:
|
|
||||||
|
|
||||||
** TODO [#B] Add ~:auto~ keyword to ~(planning)~ predicate
|
** TODO [#B] Add ~:auto~ keyword to ~(planning)~ predicate
|
||||||
|
|
||||||
It should act like ~(or (deadline auto) (scheduled :to today))~.
|
It should act like ~(or (deadline auto) (scheduled :to today))~.
|
||||||
|
|
@ -1425,6 +1417,12 @@ This works okay (except the priority accessor needs to be fixed, because Org pri
|
||||||
:action #'helm-org-goto-marker))))
|
:action #'helm-org-goto-marker))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
** DONE [#A] Views: Multiple sorters are not preserved :bug:
|
||||||
|
:PROPERTIES:
|
||||||
|
:milestone: 0.5
|
||||||
|
:url: https://github.com/alphapapa/org-ql/issues/136
|
||||||
|
:END:
|
||||||
|
|
||||||
** DONE [#A] Make dynamic blocks warn about sexp queries
|
** DONE [#A] Make dynamic blocks warn about sexp queries
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:milestone: 0.5
|
:milestone: 0.5
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue