Obsidian/1 Daily Notes/2025/2025-01-14.md

34 lines
772 B
Markdown

---
date: 2025-01-14
tags:
---
# Links to Other Pages
## Yesterday | Tomorrow
<< [[1 Daily Notes/2025/2025-01-13]] | [[1 Daily Notes/2025/2025-01-15 ]] >>
## This Week's Weekly Note
[[ Weekly Note 2025-01-08]]
# Summary
## What's Overdue!
```dataview
task
from "1 Daily Notes"
where !completed
and status != "-"
and file.name != this.file.name
group by file.name
```
## What's the plan!
- [x] Review emails for GSA #GSA ✅ 2025-01-14
- [ ] Message Antoine about graduate student list
- [ ] [[300s School/ME 2150 - High Assurance Cyber-Physical Systems/2025-01-14|2025-01-14]]
## What's the results!
```dataview
task
from "1 Daily Notes"
where completed
and completion = date(this.file.name)
and file.name != this.file.name
group by file.name
```
# Calendar Tasks