habitrpg.el
habitrpg.el copied to clipboard
Feature Request : When adding a daily task or todo from org-mode, update due date and/or schedule if set
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 that any scheduling information be carried over. For example, the following org snippet represents a weekly meeting every Monday from 10-10:30 am:
** TODO [#A] Weekly Sync Meeting :hrpgdaily:
SCHEDULED: <2016-02-15 Mon 10:00-10:30 +1w>
In Habitica, this would translate to a Daily task that repeats every Monday. This appears to be available in the API, but my lisp-fu is not strong enough to sort out a patch for you (sorry). Also, if it just means setting tags differently, I'd love to hear about it.
I've been meaning to look into this, it's probably a pretty easy addition.
+1 for this