You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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. |
6 months ago | |
---|---|---|
.. | ||
.env.example | 7 months ago | |
.gitignore | 7 months ago | |
README.org | 7 months ago | |
requirements.txt | 7 months ago | |
todoist2org.py | 6 months ago |
README.org
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