On 29 July 2020 09:29, Gustavo Barros wrote:
> But what will happen is that the task will be both "done" and "due" on
> the same day. Which face shall org-habit use? Which symbol?
> And that `org-habit-duration-to-days' performs its conversion of the
> repeaters to days with `floor', I'd say it
On Wed, 29 Jul 2020 at 12:41, Kevin Liu wrote:
The graph works for hourly repeaters in exactly the same way as it
works
in all other cases. It illustrates whether the task was done on a
given
day.
But what will happen is that the task will be both "done" and "due" on
the same day. Whic
On 29 July 2020 08:15, Gustavo Barros wrote:
> Furthermore, considering the only thing org-habit does is to provide
> the consistency graph for the task, and if this does not really work
> for hourly repeaters, I still don't see the gain here. And there
> would be other ways, in my view more app
Hi Kevin,
On Wed, 29 Jul 2020 at 11:46, Kevin Liu wrote:
On 29 July 2020 04:06, Gustavo Barros wrote:
Kevin, how do you see an hourly repeater would work with org-habit's
consistency graph? Or, more generally, what would be the purpose of
an
hourly repeated habit task?
An example of an
Hi Kyle, Hi Kevin,
On Tue, 28 Jul 2020 at 22:29, Kyle Meyer wrote:
> Kevin Liu writes:
>
>>> Is there any way to do this or are the docs out of date?
>>
>> I made a few quick changes to org-habit and it works prima facie. Will
>> continue testing for a bit.
>
> The hourly repeater came in ec9
Kevin Liu writes:
>> Is there any way to do this or are the docs out of date?
>
> I made a few quick changes to org-habit and it works prima facie. Will
> continue testing for a bit.
The hourly repeater came in ec921a2a6 (Support hourly repeat cookies,
2012-04-20), well after the "less than 1d"
> Is there any way to do this or are the docs out of date?
I made a few quick changes to org-habit and it works prima facie. Will
continue testing for a bit.
>From e690d7b43143410d5d5af524bb1ff0819feebc24 Mon Sep 17 00:00:00 2001
From: nivekuil
Date: Mon, 27 Jul 2020 04:37:32 -0700
Subject: [P
According to the manual at
https://orgmode.org/manual/Repeated-tasks.html hourly repeating tasks
are possible, but the code in org-habit.el seems to disagree, explicitly
disallowing an interval <1d:
(error "Habit %s scheduled repeat period is less than 1d" habit-entry))
Is there any way t