68 lines
2.0 KiB
Markdown
68 lines
2.0 KiB
Markdown
---
|
||
weight:
|
||
meditation:
|
||
pushUps: 0
|
||
journal: Privat daily
|
||
journal-start-date: 2009-01-29
|
||
journal-end-date: 2009-01-29
|
||
journal-date: 2009-01-29
|
||
---
|
||
[[Journal/Privat/2009/01/2009-01-28|❮❮]] ⋮ [[Journal/Privat/2009|2009]] › [[Journal/Privat/2009-Q1|Q1]] › [[Journal/Privat/2009/2009-01|01]] › [[Journal/Privat/2009/2009-W05|W05]] ⋮ [[Journal/Privat/2009/01/2009-01-30|❯❯]]
|
||
|
||
## Journal
|
||
- [x] In der Gruppe Stressbewältigung wurde zur Einführung ein Vortrag zum Thema "Ursachen und Auswirkungen von Stress" gehalten. Ich habe an das Thema "Belastungen im Einsatz" in der THW-Ausbildung gedacht. Ich konnte allerdings keine Anregungen oder neue Ideen mitnehmen. Zur Vorbereitung auf die theoretische Ausbildung die Ausbildungspläne der Gruppen besorgen und die Unterlagen zusammenstellen. [completion:: 2024-01-29]
|
||
|
||
## Ziele
|
||
|
||
##### [[2009-W05#^05i|Woche]] | [[2009-01#^01i|Monat]] | [[2009-Q1#^q1i|Quartal]] | [[2009## Jahresziele|Jahr]]
|
||
|
||
## Aufgaben
|
||
|
||
> [!hint]- Aktuelle Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>happens on 2009-01-29
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!todo]- Aktive Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>happens before 2009-01-29
|
||
>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 2009-01-29
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!error]- Überfällig
|
||
>```tasks
|
||
>not done
|
||
>has due date
|
||
>due before 2009-01-29
|
||
>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(2009-01-29)
|
||
>```
|
||
|
||
## Geburtstage
|
||
```dataview
|
||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||
FROM "Infos/Kontakte"
|
||
WHERE birthday.month = 01 AND birthday.day = 29
|
||
```
|