68 lines
2.1 KiB
Markdown
68 lines
2.1 KiB
Markdown
---
|
||
weight:
|
||
meditation:
|
||
pushUps: 0
|
||
journal: Privat daily
|
||
journal-start-date: 2009-12-19
|
||
journal-end-date: 2009-12-19
|
||
journal-date: 2009-12-19
|
||
---
|
||
[[Journal/Privat/2009/12/2009-12-18|❮❮]] ⋮ [[Journal/Privat/2009|2009]] › [[Journal/Privat/2009-Q4|Q4]] › [[Journal/Privat/2009/2009-12|12]] › [[Journal/Privat/2009/2009-W51|W51]] ⋮ [[Journal/Privat/2009/12/2009-12-20|❯❯]]
|
||
|
||
## Journal
|
||
- Seit dem letzten Eintrag sind mehrere Wochen vergangen und ich war auf drei Kontinenten. Von Marokko aus bin ich nach Hause geflogen, um eine Woche später nach Bangladesch zu fliegen. Dieses Mal habe ich den Aufenthalt in Frankfurt genutzt im Büro vorbeizuschauen. Die Weiterreise nach Dhaka war diesmal anstrengender, da viele Familien die Gelegenheit und die Weihnachtsferien genutzt haben um zu ihren Familien nach Hause zu fliegen. Mit einer lokalen SIM-Karte ist jedoch das Telefonieren weitaus billiger.
|
||
|
||
## Ziele
|
||
|
||
##### [[2009-W51#^51i|Woche]] | [[2009-12#^12i|Monat]] | [[2009-Q4#^q4i|Quartal]] | [[2009## Jahresziele|Jahr]]
|
||
|
||
## Aufgaben
|
||
|
||
> [!hint]- Aktuelle Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>happens on 2009-12-19
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!todo]- Aktive Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>happens before 2009-12-19
|
||
>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-12-19
|
||
>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-12-19
|
||
>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-12-19)
|
||
>```
|
||
|
||
## Geburtstage
|
||
```dataview
|
||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||
FROM "Infos/Kontakte"
|
||
WHERE birthday.month = 12 AND birthday.day = 19
|
||
```
|