From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Denis Bueno" Newsgroups: gmane.emacs.help Subject: Email diary appointment reminders Date: Thu, 26 Apr 2007 09:48:59 -0400 Message-ID: <6dbd4d000704260648x4143d543y4ae73df3493706a7@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1177595378 27409 80.91.229.12 (26 Apr 2007 13:49:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 26 Apr 2007 13:49:38 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 26 15:49:37 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Hh4Lm-0003VF-Lz for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Apr 2007 15:49:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hh4RW-0000ah-99 for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Apr 2007 09:55:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hh4RH-0000Yu-Ui for help-gnu-emacs@gnu.org; Thu, 26 Apr 2007 09:55:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hh4RG-0000YV-Fk for help-gnu-emacs@gnu.org; Thu, 26 Apr 2007 09:55:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hh4RG-0000YO-5e for help-gnu-emacs@gnu.org; Thu, 26 Apr 2007 09:55:14 -0400 Original-Received: from nz-out-0506.google.com ([64.233.162.232]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hh4LV-0007kf-Ri for help-gnu-emacs@gnu.org; Thu, 26 Apr 2007 09:49:17 -0400 Original-Received: by nz-out-0506.google.com with SMTP id 12so720417nzp for ; Thu, 26 Apr 2007 06:49:16 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=XNLmbHq+7Avh2I9AkrtzapsgZQyCDBYtvEX8khwoXMHfvKBtvDSkbvOL2j0B3YxVxuZsoIIGc/uevQQlxU5lfQN8yICcNPmNeEcpND0OmTvau8/FHY/WqtkDabQwPvm1psf3coaWdkqUC4UdVsKnrpljsqteXtgQaPaLqeCBBto= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=A7wQfT/Ut4gSn6pWoCXORIV0iWzc1mVVxkk4bdWKzaW7E/qx99Et8swDSkajzEVnb7d3RMUMQzu7D3W3mhsp3SAwS34GNQmft2aTglhUiJVunhOzx8tp10yRv9sWBvJShXD8BcdMizh75udSaGjDS+PUX0Z3t5Lw+uZIssvHBTI= Original-Received: by 10.114.106.1 with SMTP id e1mr600424wac.1177595339394; Thu, 26 Apr 2007 06:48:59 -0700 (PDT) Original-Received: by 10.114.195.2 with HTTP; Thu, 26 Apr 2007 06:48:59 -0700 (PDT) Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:43222 Archived-At: All- I am using the diary to keep track of appointments, and in particular I use the fancy diary display, and appt-make-list as a diary-display-hook, so that I get reminders in emacs of upcoming appointments. But I want email reminders. I'm a bit disappointed that there is nothing like "appt-display-hook", so that I could just email myself the appointment whenever emacs decides to display it. Is there a way to get this behavior? -Denis