On Wed, 11 Jan 2012 12:05:30 -0500 Dave Lerner <[email protected]> wrote:
> The following form of the rem command is convenient for viewing > upcoming reminders. But it doesn't display timed reminders, at least > not consistently. Is there a way of forcing it to display timed > reminders? > rem -g -a You probably don't want -a, but do want -q: rem -g -q If you use -q and -a, then you only get timed reminders whose time is in the future. If you leave out -a, you get all timed reminders. You *always* want -q. Otherwise, remind will fork itself into the background to handle not-yet-expired timed reminders. You may discover lots of running "rem" processes you didn't know about! Regards, David. _______________________________________________ Remind-fans mailing list [email protected] http://lists.roaringpenguin.com/cgi-bin/mailman/listinfo/remind-fans Remind is at http://www.roaringpenguin.com/products/remind
