Files
thpeetz-notes/Journal/Privat/2009/11/2009-11-25.md
T

68 lines
2.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
weight:
meditation:
pushUps: 0
journal: Privat daily
journal-start-date: 2009-11-25
journal-end-date: 2009-11-25
journal-date: 2009-11-25
---
[[Journal/Privat/2009/11/2009-11-24|❮❮]] ⋮ [[Journal/Privat/2009|2009]] [[Journal/Privat/2009-Q4|Q4]] [[Journal/Privat/2009/2009-11|11]] [[Journal/Privat/2009/2009-W48|W48]] ⋮ [[Journal/Privat/2009/11/2009-11-26|❯❯]]
## Journal
- [x] Ich sitze im Flieger nach Paris auf dem Weg nach Marokko. Gestern bin ich in Frankfurt angekommen und habe an dem Office-Meeting und Jahresendfeier teilgenommen. Heute vormittag führte [[Harald Sellmann]] und ich ein längeres Gespräch über meine kurzfristigen Perspektiven und langfristigen Entwicklungsmöglichkeiten. Nach einem gemeinsamen Mittagessen bin ich mit dem Taxi zum Flughafen gefahren. [completion:: 2009-11-25]
## Ziele
##### [[2009-W48#^48i|Woche]] | [[2009-11#^11i|Monat]] | [[2009-Q4#^q4i|Quartal]] | [[2009## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2009-11-25
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2009-11-25
>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-11-25
>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-11-25
>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-11-25)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 11 AND birthday.day = 25
```