From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard G Riley Subject: Re: diary integration Date: Tue, 02 Sep 2008 23:12:26 +0200 Message-ID: References: <20tzcymms7.fsf@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KadBh-0003uJ-50 for emacs-orgmode@gnu.org; Tue, 02 Sep 2008 17:13:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KadBf-0003tz-M9 for emacs-orgmode@gnu.org; Tue, 02 Sep 2008 17:13:20 -0400 Received: from [199.232.76.173] (port=43718 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KadBf-0003tu-G3 for emacs-orgmode@gnu.org; Tue, 02 Sep 2008 17:13:19 -0400 Received: from main.gmane.org ([80.91.229.2]:58168 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KadBf-0000uO-KY for emacs-orgmode@gnu.org; Tue, 02 Sep 2008 17:13:19 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KadBa-0005WG-Ih for emacs-orgmode@gnu.org; Tue, 02 Sep 2008 21:13:14 +0000 Received: from e179193043.adsl.alicedsl.de ([85.179.193.43]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Sep 2008 21:13:14 +0000 Received: from rileyrgdev by e179193043.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Sep 2008 21:13:14 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Richard G Riley writes: > I keep all diary stuff in an org file. I have turned off including the > external .diary file into org. > > However my .diary file (which feeds the calendar) looks like: > > &%%(org-diary) > Oct 13, 2008 hello > > > Should anniversaries (bbdb) and todos etc not be hilited in the calendar as > "hello" above is? Aargh. I had the "&" there - removing it and including (require 'diary-lib) (add-hook 'diary-display-hook 'fancy-diary-display) in my init file solved the problem. Its very slow though and I dont have that many scheduled items.