From 22ae702f1f0cb261d958545e195cfcd16399b974 Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Fri, 20 Oct 2023 10:09:55 +0100 Subject: [PATCH] docs: Add Recurring Tasks's 'Known Issues' to 'Known Limitations' page --- docs/Getting Started/Recurring Tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Getting Started/Recurring Tasks.md b/docs/Getting Started/Recurring Tasks.md index dd3f688c54..ee8e0d6161 100644 --- a/docs/Getting Started/Recurring Tasks.md +++ b/docs/Getting Started/Recurring Tasks.md @@ -244,7 +244,7 @@ In this case, that would be `2022-03-31`. In the editor there is no direct feedback to whether your recurrence rule is valid. You can validate that tasks understands your rule by using the `Tasks: Create or edit` command when creating or editing a task. -## Known Issues +### Known Issues 1. You can _not_ use rules where recurrence happens a certain number of times (`for x times`). Tasks doesn't link the tasks and doesn't know how often it occurred. 2. You can _not_ use rules where recurrence ends on a specific date (`until "date"`). There is a bug in [`rrule`](https://github.com/jakubroztocil/rrule) where `until "date"` rules are not converted to the correct text. As a consequence, every subsequent task's "until" date will be one day earlier than the one before. We are tracking this in [issue #1818](https://github.com/obsidian-tasks-group/obsidian-tasks/issues/1818).