markdown-org-extract 0.3.1

CLI utility for extracting tasks from markdown files with Emacs Org-mode support
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Clock Test

### TODO [#A] Implement feature X
`SCHEDULED: <2024-12-10 Tue>`
`CLOCK: <2024-12-09 Mon 10:00>--<2024-12-09 Mon 12:30> => 2:30`
`CLOCK: <2024-12-09 Mon 14:00>--<2024-12-09 Mon 16:15> => 2:15`

### DONE Complete task Y
`CLOSED: <2024-12-08 Sun>`
`CLOCK: <2024-12-08 Sun 09:00>--<2024-12-08 Sun 10:00> => 1:00`
`CLOCK: <2024-12-08 Sun 11:00>--<2024-12-08 Sun 12:30> => 1:30`
`CLOCK: <2024-12-08 Sun 14:00>--<2024-12-08 Sun 15:00> => 1:00`

### TODO Active task
`SCHEDULED: <2024-12-10 Tue 09:00>`
`CLOCK: <2024-12-10 Tue 09:00>`