help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Is there a CALENDER reminder in emacs or a gnu tool or in unix


From: Chris F.A. Johnson
Subject: Re: Is there a CALENDER reminder in emacs or a gnu tool or in unix
Date: 28 Sep 2002 19:34:20 GMT
User-agent: slrn/0.9.7.3 (Linux)

In article <b00bb831.0209281106.30436a0@posting.google.com>, gnuist006 wrote:
> Suppose I want to be reminded in emacs or on shell window on a certain day
> two day before and then 1hr before it?

    man at
 
> I also want to be able to keep a record of these in non-proprietary program
> or format.

    cmd="echo <your_reminder_command> | at <when_you_want_it_to_run>"
    $cmd
    echo "$cmd" >> your_record_file

-- 
    Chris F.A. Johnson                        http://cfaj.freeshell.org
    ===================================================================
    My code (if any) in this post is copyright 2002, Chris F.A. Johnson
    and may be copied under the terms of the GNU General Public License


reply via email to

[Prev in Thread] Current Thread [Next in Thread]