48 lines
967 B
Markdown
48 lines
967 B
Markdown
---
|
|
date: 2024-09-25
|
|
tags:
|
|
---
|
|
# Yesterday | Tomorrow
|
|
<< [[2024-09-24]] | [[2024-09-26 ]] >>
|
|
# This Week's Weekly Note
|
|
[[ Weekly Note 2024-09-18]]
|
|
# Tasks for today
|
|
## Due
|
|
```dataview
|
|
task
|
|
where
|
|
due <= date(this.date)
|
|
and due
|
|
and !completed
|
|
and status != "-"
|
|
and status != " "
|
|
sort due asc
|
|
group by file.folder
|
|
```
|
|
## Scheduled
|
|
```dataview
|
|
task
|
|
where
|
|
scheduled
|
|
and scheduled <= date(this.date)
|
|
and !completed
|
|
and status != "-"
|
|
and status != " "
|
|
sort due asc
|
|
group by file.folder
|
|
```
|
|
## Completed
|
|
```dataview
|
|
task
|
|
where
|
|
completed
|
|
and completion = date(this.date)
|
|
sort due asc
|
|
group by file.folder
|
|
```
|
|
# Calendar Tasks
|
|
- TRTR Presentation [startTime:: 10:00] [endTime:: 11:40]
|
|
- Make agenda for GSA meeting [startTime:: 11:50] [endTime:: 11:59]
|
|
- Lunch [startTime:: 12:00] [endTime:: 13:00]
|
|
|
|
https://gouvernathor.github.io/en_US/results/?p0=14&p1=64&t1=38&t0=33&m0=33&m1=26&c1=29&c0=45&e1=55&e0=17&femi=38&b1=52&b0=21&j0=29&j1=33&s1=17&s0=60&prag=67 |