Auto saved by Logseq
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
- Richiesta liquidazione missioni [[12-11-2022]]
|
||||
- DONE Quick check ICSE [[12-11-2022]]
|
||||
- Paper ARSENE [[12-11-2022]]
|
||||
- Review COLA [[12-11-2022]]
|
||||
- Check email Luca Sciotti [[13-11-2022]]
|
||||
- DONE Lezioni next week [[13-11-2022]]
|
||||
- Update risorse dottorato [[13-11-2022]]
|
||||
- ```clojure
|
||||
{
|
||||
:query [
|
||||
:find (pull ?b [*])
|
||||
:where
|
||||
[?b :block/marker ?marker]
|
||||
[(contains? #{"TODO"} ?marker)]
|
||||
]
|
||||
}
|
||||
```
|
||||
-
|
||||
- query-table:: true
|
||||
query-properties:: [:priority :block]
|
||||
#+BEGIN_QUERY
|
||||
{
|
||||
:title "Query Test"
|
||||
:query [
|
||||
:find (pull ?b [*])
|
||||
:where
|
||||
[?b :block/marker ?marker]
|
||||
[(contains? #{"TODO" "DOING"} ?marker)]
|
||||
]
|
||||
}
|
||||
#+END_QUERY #card
|
||||
-
|
||||
-
|
||||
-
|
||||
Reference in New Issue
Block a user