--- journal: cimt journal-start-date: 2022-09-15 journal-end-date: 2022-09-15 journal-section: day --- [[Journal/cimt AG/2022/09/2022-09-14|❮❮]] ⋮ [[Journal/Privat/2022|2022]] › [[Journal/Privat/2022/2022-Q3|Q3]] › [[Journal/Privat/2022/2022-09|09]] › [[Journal/cimt AG/2022/2022-W37|W37]] ⋮ [[Journal/cimt AG/2022/09/2022-09-16|❯❯]] ## Journal - [x] 09:00 - 17:00 [[JaKo 2022]] [completion:: 2022-09-15] ## Ziele ##### [[2022-W37#^37i|Woche]] | [[2022-09#^09i|Monat]] | [[2022-Q3#^q3i|Quartal]] | [[2022## Jahresziele|Jahr]] ## Aufgaben > [!hint]- Aktuelle Aufgaben >```tasks >not done >happens on 2022-09-15 >path regex does not match /^Resources\/Templates\/.*/ >path regex does not match /^Übersicht\/.*/ >``` > [!todo]- Aktive Aufgaben >```tasks >not done >happens before 2022-09-15 >path regex does not match /^Resources\/Templates\/.*/ >path regex does not match /^Übersicht\/.*/ >``` > [!warning]- Heute fällig >```tasks >not done >has due date >due on 2022-09-15 >path regex does not match /^Resources\/Templates\/.*/ >path regex does not match /^Übersicht\/.*/ >``` > [!error]- Überfällig >```tasks >not done >has due date >due before 2022-09-15 >path regex does not match /^Resources\/Templates\/.*/ >path regex does not match /^Übersicht\/.*/ >``` > [!done]- Erledigte Aufgaben >```dataview >TASK >FROM !"Resources/Templates" >WHERE completed AND completion = date(2022-09-15) >``` ## Geburtstage ```dataview TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter FROM "Infos/Kontakte" WHERE birthday.month = 09 AND birthday.day = 15 ```