summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-03-12 19:07:40 +0100
committerBastien Guerry <bzg@altern.org>2013-03-12 19:07:40 +0100
commitb5a85382329032c7d695e18e45687553deefe798 (patch)
tree5dd4fe24c5ce173c81dff39097ab22f3d157532c
parent742f4738205308fc527cc9bb18cd331dd2a9d579 (diff)
downloadorg-mode-b5a85382329032c7d695e18e45687553deefe798.tar.gz
doc/org.texi (Repeated tasks): Document how to ignore a repeater when using both a scheduled and a deadline timetamp
* doc/org.texi (Repeated tasks): Document how to ignore a repeater when using both a scheduled and a deadline timetamp.
-rw-r--r--doc/org.texi10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 17765ac..278fb80 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -6127,8 +6127,14 @@ special repeaters @samp{++} and @samp{.+}. For example:
today.
@end example
-You may have both scheduling and deadline information for a specific
-task---just make sure that the repeater intervals on both are the same.
+@vindex org-agenda-skip-scheduled-if-deadline-is-shown
+You may have both scheduling and deadline information for a specific task.
+If the repeater is set for the scheduling information only, you probably want
+the repeater to be ignored after the deadline. If so, set the variable
+@code{org-agenda-skip-scheduled-if-deadline-is-shown} to
+@code{repeated-after-deadline}. If you want both scheduling and deadline
+information to repeat after the same interval, set the same repeater for both
+timestamps.
An alternative to using a repeater is to create a number of copies of a task
subtree, with dates shifted in each copy. The command @kbd{C-c C-x c} was