branch: externals/org
commit 7c8623be967c6858996c18cd317fe94911e8b1ba
Author: Ihor Radchenko <yanta...@posteo.net>
Commit: Ihor Radchenko <yanta...@posteo.net>

    fixup! * doc/org-manual.org: Clarify "++" explanation for habits
---
 doc/org-manual.org | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/org-manual.org b/doc/org-manual.org
index 068957d40f..a54bd6f358 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -4348,10 +4348,10 @@ A habit has the following properties:
 
 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 (=++w=),
+   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.
+   weekly reports.  See [[*Repeated tasks]] for more details about repeat
+   intervals.
 
 4. The TODO may also have minimum and maximum ranges specified by
    using the syntax =.+2d/3d=, which says that you want to do the task

Reply via email to