Marcel Kapfer
20b17be7b3
The list of additional labels (containing the project name and the section name) was not reset after parsing a section but only after parsing a project. This resulted in wrong additional labels being added to some tasks. |
||
---|---|---|
.. | ||
.env.example | ||
.gitignore | ||
README.org | ||
requirements.txt | ||
todoist2org.py |
Opinionated Todoist to Org-Mode Exporter
Very early WIP state.
Quick Start
- Copy
.env.example
to.env
- Set
TOKEN
to Todoist API token in.env
- Adjust
OUTPUT_DIR
in.env
if necessary - Create new Python virtual environment and activated it
- Install dependencies with
pip install -r requirements.txt
- Execute script with
python todoist2org.py