On Fri, 7 Aug 2026, at 21:31, David Masterson wrote:
> "Racoon Chimp" <[email protected]> writes:
>
>> [[https://orgmode.org/manual/Repeated-tasks.html][Repeated tasks (The
>> Org Manual)]] specifies a granularity of one minute (!).
>
> Are you referring to this paragraph?
>
> ====
> the ‘+1m’ is a repeater; the intended interpretation is that the task
> has a deadline on ‘<2005-10-01>’ and repeats itself every (one) month
> starting from that time. You can use yearly, monthly, weekly, daily and
> hourly repeat cookies by using the ‘y’, ‘m’, ‘w’, ‘d’ and ‘h’ letters.
> If you need both a repeater and a special warning period in a deadline
> entry, the repeater should come first and the warning period last
> ====
right.
>
> the '+1m' means "one month" not "onne minute".
indeed.
>> [[https://orgmode.org/manual/Tracking-your-habits.html][Tracking your
>> habits (The Org Manual)]] page says day 27 times, but there is no
>> warning the module does not go below day with the granularity.
>>
>> could someone add a line clarifying this?
>
> Can you suggest a fix? I'm not understanding what you're looking for.
#+begin_example
3. The TODO has a scheduled date, usually with a ‘.+’ style repeat interval. A
‘++’ style may be appropriate for habits with time constraints, e.g., must be
done on specific days of week (‘++1w’), or a ‘+’ style for an unusual habit
that can have a backlog, e.g., weekly reports. See Repeated tasks for more
details about repeat intervals.
#+end_example
should read something like (the bold is for readability, not for the webpage)
#+begin_example
3. The TODO has a scheduled date, usually with a ‘.+’ style repeat interval
*and it is measured in days*. A ‘++’ style may be appropriate for habits with
time constraints, e.g., must be done on specific days of week (‘++1w’), or a
‘+’ style for an unusual habit that can have a backlog, e.g., weekly reports.
See Repeated tasks for more details about repeat intervals.
#+end_example
>
> --
> David Masterson