This commit is contained in:
2025-06-05 22:07:12 +02:00
parent 069473ae02
commit 97fba407ce
6300 changed files with 711849 additions and 8 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
-
-
-