From eb35a843c1dc724d53965235c331aa9eb18d8394 Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Thu, 18 Nov 2021 15:23:44 -0500 Subject: [PATCH] Add more explanation of ADDOMIT --- man/remind.1 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/man/remind.1 b/man/remind.1 index 0ec25548..3002b569 100644 --- a/man/remind.1 +++ b/man/remind.1 @@ -998,6 +998,21 @@ If the \fBADDOMIT\fR keyword appears in a \fBREM\fR command, then the trigger date (if one could be calculated) is automatically added to the list of global OMITs. .PP +The command: +.PP +.nf + REM ... whatever ... ADDOMIT MSG Foo +.fi +.PP +is identical in behaviour to the sequence: +.PP +.nf + REM ... whatever ... SATISFY 1 + IF trigvalid() + OMIT [trigdate()] MSG Foo + ENDIF +.fi +.PP .B TIMED REMINDERS .PP Timed reminders are those that have an \fBAT\fR keyword followed