From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Egli Subject: Re: diary in agenda Date: Tue, 02 Oct 2007 23:42:19 +0200 Message-ID: <87y7elkxc4.fsf@novell.com> References: <87k5q6os4w.fsf@myhost.localdomain> <871wcdj4gb.fsf@bzg.ath.cx> <52D89C75FEE9444E8D9C016E3730098306CE41@chsa1036.share.beluni.net> <878x6lwb8u.fsf@myhost.localdomain> 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 1Icppn-0005k6-MG for emacs-orgmode@gnu.org; Tue, 02 Oct 2007 18:03:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Icppi-0005hA-4z for emacs-orgmode@gnu.org; Tue, 02 Oct 2007 18:03:19 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Icppi-0005h5-10 for emacs-orgmode@gnu.org; Tue, 02 Oct 2007 18:03:14 -0400 Received: from main.gmane.org ([80.91.229.2] 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 1Icpph-0002zs-6n for emacs-orgmode@gnu.org; Tue, 02 Oct 2007 18:03:13 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Icpbg-0004Ui-0U for emacs-orgmode@gnu.org; Tue, 02 Oct 2007 21:48:44 +0000 Received: from 77-56-61-209.dclient.hispeed.ch ([77.56.61.209]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Oct 2007 21:48:44 +0000 Received: from christian.egli by 77-56-61-209.dclient.hispeed.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Oct 2007 21:48:44 +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 Hm, I followed my own advice and set *-holidays to nil, but the holidays still show up in the agenda (so I guess you cannot disable holidays by tweaking these cars). Have to study the code some more as to how to get rid of these holiday entries in the agenda. Cezar writes: >> As far as I know org-mode parses the Fancy Diary Display internally to >> find entries from the diary and to add them to the agenda. I think you >> can customize the holidays shown by modifying the variables >> `christian-holidays', `hebrew-holidays', >> and `islamic-holidays'. >> >> As for the duplicates I have no idea. Have you looked at your (fancy) >> diary? >> >> HTH >> Christian > > Thanks, I didn't know that ! > > Really helpfull.