Auto saved by Logseq

This commit is contained in:
2025-06-02 17:15:13 +02:00
commit d9ea3d552d
6279 changed files with 711145 additions and 0 deletions
+34
View File
@@ -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
-
-
-