69 lines
1.7 KiB
Markdown
69 lines
1.7 KiB
Markdown
---
|
||
journal: cimt daily
|
||
journal-date: 2025-07-18
|
||
journal-start-date: 2025-07-18
|
||
journal-end-date: 2025-07-18
|
||
work_home: false
|
||
work_office: true
|
||
---
|
||
```calendar-timeline
|
||
```
|
||
|
||
## Journal
|
||
- [x] 10:00 - 11:30 [[2025-07-18 Lightning Talks]] [completion:: 2025-07-18]
|
||
- [x] 13:30 - 14:15 Übergabe [[Lightning Talks]] Orga Standort Berlin [Clemens Carlstedt](app://obsidian.md/Clemens%20Carlstedt), [Danny Smaka](app://obsidian.md/Danny%20Smaka) [completion:: 2025-07-18]
|
||
|
||
## Ziele
|
||
|
||
##### [[Journal/cimt AG/2025/2025-07#^07i|Monat]] | [[Journal/cimt AG/2025/2025-Q3#^q3i|Quartal]] | [[Journal/cimt AG/2025## Jahresziele|Jahr]]
|
||
|
||
## Aufgaben
|
||
|
||
> [!hint]- Aktuelle Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>happens on 2025-07-18
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!todo]- Aktive Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>happens before 2025-07-18
|
||
>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 2025-07-18
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!error]- Überfällig
|
||
>```tasks
|
||
>not done
|
||
>has due date
|
||
>due before 2025-07-18
|
||
>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(2025-07-18)
|
||
>```
|
||
|
||
## Geburtstage
|
||
```dataview
|
||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||
FROM "Infos/Kontakte"
|
||
WHERE birthday.month = 07 AND birthday.day = 18
|
||
```
|