Files
thpeetz-notes/Journal/Privat/2011/03/2011-03-22.md
T

78 lines
2.2 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: 2011-03-22
journal-end-date: 2011-03-22
journal-date: 2011-03-22
---
[[Journal/Privat/2011/03/2011-03-21|❮❮]] ⋮ [[Journal/Privat/2011|2011]] [[Journal/Privat/2011-Q1|Q1]] [[Journal/Privat/2011/2011-03|03]] [[Journal/Privat/2011/2011-W12|W12]] ⋮ [[Journal/Privat/2011/03/2011-03-23|❯❯]]
## Journal
- [x] Mittagsandacht St. Jacobi: Was ist der Sinn des Lebens? [completion:: 2011-03-22]
- Geld?
- Zufriedenheit?
- Glück?
In der Kirche ist es der Bezug auf Gott.
Leben in dem Augenblick zwischen Vergangenheit und Zukunft
Geschichte des alten Mannes zu dem Suchende kamen:
Wenn ich liege, liege ich, wenn ich aufstehe, stehe ich auf...
Ihr aber denkt ans Aufstehen, wenn ihr liegt, ans Gehen wenn ihr aufsteht,...
Aufmerksamkeit auf den nicht messbaren Zeitpunkt zwischen Vergangenheit und Zukunft
Wie kann man sein Leben im Jetzt verbringen und sein Leben gestalten?
## Ziele
##### [[2011-W12#^12i|Woche]] | [[2011-03#^03i|Monat]] | [[2011-Q1#^q1i|Quartal]] | [[2011## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2011-03-22
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2011-03-22
>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 2011-03-22
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!error]- Überfällig
>```tasks
>not done
>has due date
>due before 2011-03-22
>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(2011-03-22)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 03 AND birthday.day = 22
```