69 lines
2.1 KiB
Markdown
69 lines
2.1 KiB
Markdown
---
|
||
weight:
|
||
meditation:
|
||
pushUps: 0
|
||
journal: Privat daily
|
||
journal-start-date: 2009-09-10
|
||
journal-end-date: 2009-09-10
|
||
journal-date: 2009-09-10
|
||
---
|
||
[[Journal/Privat/2009/09/2009-09-09|❮❮]] ⋮ [[Journal/Privat/2009|2009]] › [[Journal/Privat/2009-Q3|Q3]] › [[Journal/Privat/2009/2009-09|09]] › [[Journal/Privat/2009/2009-W37|W37]] ⋮ [[Journal/Privat/2009/09/2009-09-11|❯❯]]
|
||
|
||
## Journal
|
||
- [x] Wegen der fortgeschrittenen Zeit war ich nach der Arbeit nur kurz nach der Post sehen, um gleich weiter zum THW zu fahren. Dabei habe ich kurz beim Fahrradhaus Dräger in Haselhorst Halt gemacht, um meine Kette schmieren zu lassen. Die Weiterfahrt war sehr viel ruhiger, da die Kette kaum noch einen Laut von sich gab. Die Anstrengung der längeren Tour machte sich als Müdigkeit bemerkbar. [completion:: 2009-09-10]
|
||
- [x] Beim THW habe ich mich auf die bevorstehende Unterweisung vorbereitet. [completion:: 2009-09-10]
|
||
|
||
## Ziele
|
||
|
||
##### [[2009-W37#^37i|Woche]] | [[2009-09#^09i|Monat]] | [[2009-Q3#^q3i|Quartal]] | [[2009## Jahresziele|Jahr]]
|
||
|
||
## Aufgaben
|
||
|
||
> [!hint]- Aktuelle Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>happens on 2009-09-10
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!todo]- Aktive Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>happens before 2009-09-10
|
||
>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-09-10
|
||
>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-09-10
|
||
>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-09-10)
|
||
>```
|
||
|
||
## Geburtstage
|
||
```dataview
|
||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||
FROM "Infos/Kontakte"
|
||
WHERE birthday.month = 09 AND birthday.day = 10
|
||
```
|