--- journal: Claudia daily journal-start-date: 2018-11-05 journal-end-date: 2018-11-05 journal-date: 2018-11-05 --- [[Journal/Claudia/2018/11/2018-11-04|❮❮]] ⋮ [[Journal/Claudia/2018|2018]] › [[Journal/Claudia/2018-Q4|Q4]] › [[Journal/Claudia/2018/2018-11|11]] › [[Journal/Claudia/2018/2018-W45|W45]] ⋮ [[Journal/Claudia/2018/11/2018-11-06|❯❯]] ## Journal - [x] 09:15 - 10:15 [[Pneumologische Praxis am Schloss Charlottenburg]] [completion:: 2018-11-05] ## Ziele ##### [[2018-W45#^45i|Woche]] | [[2018-11#^11i|Monat]] | [[2018-Q4#^q4i|Quartal]] | [[2018## Jahresziele|Jahr]] ## Aufgaben > [!hint]- Aktuelle Aufgaben >```tasks >not done >happens on 2018-11-05 >path regex does not match /^Resources\/Templates\/.*/ >path regex does not match /^Übersicht\/.*/ >``` > [!todo]- Aktive Aufgaben >```tasks >not done >happens before 2018-11-05 >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 2018-11-05 >path regex does not match /^Resources\/Templates\/.*/ >path regex does not match /^Übersicht\/.*/ >``` > [!error]- Überfällig >```tasks >not done >has due date >due before 2018-11-05 >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(2018-11-05) >``` ## Geburtstage ```dataview TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter FROM "Infos/Kontakte" WHERE birthday.month = 11 AND birthday.day = 05 ```