From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Charles Curley Newsgroups: gmane.emacs.help Subject: Re: Daily Diary Display in Emacs emacs24 24.4+1-5 Date: Mon, 26 Oct 2015 16:44:42 -0600 Message-ID: <20151026164442.444454bd@jhegaala.localdomain> References: <20151023102409.76785eec@jhegaala.localdomain> <20151024114828.38fcc688@jhegaala.localdomain> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1445899525 19462 80.91.229.3 (26 Oct 2015 22:45:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 26 Oct 2015 22:45:25 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 26 23:45:19 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZqqVy-0003Er-Pd for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Oct 2015 23:45:18 +0100 Original-Received: from localhost ([::1]:55660 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqqVy-0003S8-5X for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Oct 2015 18:45:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34059) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqqVb-0003O2-MV for help-gnu-emacs@gnu.org; Mon, 26 Oct 2015 18:44:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZqqVX-0004DG-EM for help-gnu-emacs@gnu.org; Mon, 26 Oct 2015 18:44:55 -0400 Original-Received: from mail.endcrypt.com ([2607:f0d0:1301:23::3]:47138) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqqVX-0004An-AO for help-gnu-emacs@gnu.org; Mon, 26 Oct 2015 18:44:51 -0400 Original-Received: from jhegaala.localdomain (unknown [199.192.126.172]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.endcrypt.com (Postfix) with ESMTPSA id EFCCB86D24 for ; Mon, 26 Oct 2015 22:44:43 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.endcrypt.com EFCCB86D24 In-Reply-To: <20151024114828.38fcc688@jhegaala.localdomain> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f0d0:1301:23::3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:107824 Archived-At: On Sat, 24 Oct 2015 11:48:28 -0600 Charles Curley wrote: > On Fri, 23 Oct 2015 10:24:09 -0600 > Charles Curley wrote: > > > I have emacs24, 24.4+1-5 on Debian 8.2 jessie. In the past (e.g. > > emacs 23.4+1-4 on debian 7.x, wheezy), I have had emacs re-display > > my diary every day automatically. This capability does not seem to > > work on this version of emacs. > > I *may* have a solution. ... > (add-hook 'diary-hook 'appt-activate) > > I made that change yesterday and evaluated it. It appears this morning > to have worked. If it continues to work correctly, I will call it > good. No, that is not the solution. For one thing, it toggles appt-activate every time diary-hook is called, i.e. every time the diary is displayed. Not what I want. Also, it appears to do something else. You should be able to move point in the calendar to a day other than today's date, and hit d, and get a display in the diary starting with the date where point is. Somehow, that code shuts that off, and every time you hit d, emacs display a diary beginning with today's date. Also not what I want. I now have (appt-activate 1) ; http://www.emacswiki.org/emacs/AppointmentMode in my .emacs. We will see what that does. -- The right of the people to be secure in their persons, houses, papers, and effects, against unreasonable searches and seizures, shall not be violated, and no Warrants shall issue, but upon probable cause, supported by Oath or affirmation, and particularly describing the place to be searched, and the persons or things to be seized. -- U.S. Const. Amendment IV Key fingerprint = CE5C 6645 A45A 64E4 94C0 809C FFF6 4C48 4ECD DFDB