From 228d6ccfcf596dbdd444b08789ce4b730898dbf1 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Wed, 24 Jan 2024 15:13:55 +0100 Subject: [PATCH] doc/org-manual.org (Repeated tasks): Clarify that all the timestamps are shifted * doc/org-manual.org (Repeated tasks): Add a paragraph explaining that marking task with repeaters DONE shifts all the timestamps with repeater inside. --- doc/org-manual.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/org-manual.org b/doc/org-manual.org index 6c52858e6..d8c7fd737 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -6628,6 +6628,9 @@ state to =DONE= would actually switch the date like this: DEADLINE: <2005-11-01 Tue +1m> #+end_example +When task contains multiple timestamps with repeater interval, all +these timestamps are shifted. + To mark a task with a repeater as DONE, use {{{kbd(C-- 1 C-c C-t)}}}, i.e., ~org-todo~ with a numeric prefix argument of =-1=.