habitrpg.el icon indicating copy to clipboard operation
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

Open ksonney opened this issue 9 years ago • 2 comments

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.

ksonney avatar Feb 08 '16 21:02 ksonney

I've been meaning to look into this, it's probably a pretty easy addition.

ryjm avatar Feb 08 '16 22:02 ryjm

+1 for this

analyticd avatar Mar 07 '17 04:03 analyticd