34 lines
730 B
Markdown
34 lines
730 B
Markdown
- 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
|
|
-
|
|
-
|
|
- |