abrochard / emacs-todoist

Emacs interface to todoist
GNU General Public License v3.0
165 stars 19 forks source link
emacs org-mode todoist

MELPA

emacs-todoist

Emacs interface to Todoist

alt text

Installation

  1. Get it from Melpa, or load the todoist.el file

  2. Get your Todoist personal API token here

  3. Load it up via

    a. Elisp

       (setq todoist-token "XXXXXXXXXXXXXXXXXXXX")

    b. Environment variable as TODOIST_TOKEN

  4. Call M-x todoist to pull up your tasks.

Usage

M-x todoist is the main command to pull up your tasks.

In the todoist buffer, you can use

C-x t => open up task menu
C-x p => open up project menu

these menus will respectively allow you to:

Please note that the usual C-c C-t org-mode task shortcut will not close the task for todoist. It might be a useful feature in the future.

Customization

Disclaimer

This extension is not created by, affiliated with, or supported by Doist.

Issues & Features

If there is a missing feature that you would like implemented, or if you find a bug, feel free to open up an issue, or even better, a pull request.