/org-gtd-habitica

Integration of `org-gtd` and `emacs-habitica`

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

org-gtd-habitica

Integration of org-gtd and habitica.

Installation

Use quelpa-use-package:

(use-package org-gtd-habitica
  :quelpa (org-gtd-habitica :fetcher github :repo "BohongHuang/org-gtd-habitica")
  :demand t
  :after org-gtd)

Usage

org-gtd-habitica will add task to Habitica after you process the task in inbox. For those tasks created locally but not existent in Habitica, use org-gtd-habitica-migrate to migrate them. If you change task state on other device or create task offline, use org-gtd-habitica-sync to sync tasks between local file and Habitica server.