markdown-org-extract 0.3.1

CLI utility for extracting tasks from markdown files with Emacs Org-mode support
# Project Development Tasks

## Sprint Planning

### TODO [#A] Design database schema
`SCHEDULED: <2024-12-05 Ср>`
Need to finalize the database structure before implementation.

### TODO [#B] Setup CI/CD pipeline
`DEADLINE: <2024-12-10 Sun>`
Configure GitHub Actions for automated testing and deployment.

### DONE Create project repository
`CLOSED: <2024-12-01 Пн>`
Repository created and initial structure set up.

## Development Tasks

### TODO [#A] Implement user authentication
`SCHEDULED: <2024-12-08 Fri>`
`DEADLINE: <2024-12-15 Вс>`
Add JWT-based authentication system.

### TODO [#C] Write API documentation
Need to document all REST endpoints.

### DONE Setup development environment
`CLOSED: <2024-11-28 Чт>`
Docker containers configured for local development.

## Meetings & Events

### Team standup
`<2024-12-04 Понедельник 09:00-09:15>`
Daily standup meeting.

### Sprint review
`<2024-12-13 Wed 14:00-15:30>`
Review completed work with stakeholders.

### Tech conference
`<2024-12-20 Среда>--<2024-12-22 Пятница>`
Annual technology conference attendance.

## Code Review

### TODO Review pull request #42
`DEADLINE: <2024-12-06 Thu>`
Critical bug fix needs review.

### DONE Review pull request #38
`CLOSED: <2024-12-02 Сб>`
Feature implementation approved and merged.