On Tue, Oct 23, 2012 at 8:55 PM, tamouse mailing lists <[email protected]> wrote: > *can't* find the reply... > > On Tue, Oct 23, 2012 at 8:54 PM, tamouse mailing lists > <[email protected]> wrote: >> On Mon, Oct 22, 2012 at 10:13 PM, David F. Skoll <[email protected]> >> wrote: >>> On Mon, 22 Oct 2012 21:08:06 -0500 >>> tamouse mailing lists <[email protected]> wrote: >>> >>>> Here it is: http://pastebin.com/v84cspAY >>> >>> That is very weird. Can you replicate it with a directory just >>> containing 00-defs.rem and 01-begin.rem and post those, possibly >>> with sensitive info removed? I'm just trying to figure out how I can >>> replicate the problem. >>> >>> 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 >> >> Hmm, weird, I thought I just replied to this, but i can find the reply. >> >> At any rate, I have isolated the problem: >> >> 02-mystuff.rem begins with the following two reminders: >> >> REM AT 17:00 RUN $NOTIFY 'start dinner' % >> REM AT 18:00 RUN $NOTIFY 'DINNERTIME' % >> >> Moving these to the *end* of the file causes the banner to reappear. >> >> $NOTIFY is an envar set on this machine to: >> >> /usr/bin/notify-send -t 0 Reminder >> >> which pops up a message dialog.
Simplifying the test: Putting a normal reminder before the run works: REM MSG test appointment REM AT 17:00 RUN $NOTIFY 'test notify' % tamara@caesar:~/remindtest$ remind -df -q test.rem Reading `test.rem': Opening file on disk Reminders for Tuesday, 23rd October, 2012 (today): test appointment Swapping the lines yields no banner: REM AT 17:00 RUN $NOTIFY 'test notify' % REM MSG test appointment tamara@caesar:~/remindtest$ remind -df -q test.rem Reading `test.rem': Opening file on disk test appointment _______________________________________________ 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
