Files
logseq/journals/2022_11_12.md
T
2025-06-02 17:15:13 +02:00

730 B

  • 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
  • {
      :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