habitrpg.el icon indicating copy to clipboard operation
habitrpg.el copied to clipboard

org-mode integration for habitrpg

Results 8 habitrpg.el issues
Sort by recently updated
recently updated
newest added

The nomenclature used by Habitica itself and the package is different. Habitica refers to the API key as "USER ID". Should be a simple refactor that I'm happy to do...

It would be nice to have a MELPA package with the module at some point to simplify installation and updates even more. Actually, I might help (no experience with it...

When I try to add the same task it shouldn't be created again in Habitica.

Both Org and Habitica support Repeating tasks and tasks with due dates. I would ask that support be added so that if a new task is being set from org...

See [this blog post](http://tuxicity.se/emacs/carton/cask/2013/08/06/carton-goes-cask.html). Apparently Carton has been deprecated in favor of Cask.

`(add-hook 'org-after-todo-state-change-hook 'habitrpg-add 'append` is triggered whenever one switches a TODO item to DONE. Yet, if a TODO didn't exist at habirpg for that particular task then the DONE wouldn't...

When emacs can't reach the internet, currently habitrpg.el gracefully throws errors. Ideally, habitrpg.el would store the changes and then change habitrpg.com when reconnected to the internet. E.g. the following could...