From mboxrd@z Thu Jan 1 00:00:00 1970 From: Seweryn Subject: Re: including holidays in agenda Date: Wed, 15 Sep 2010 13:36:55 +0000 (UTC) Message-ID: References: <87ocbzp2lm.fsf@online.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=57687 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvsIe-0002u4-2o for emacs-orgmode@gnu.org; Wed, 15 Sep 2010 09:45:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvsAb-0004Qk-Ok for emacs-orgmode@gnu.org; Wed, 15 Sep 2010 09:37:10 -0400 Received: from lo.gmane.org ([80.91.229.12]:51413) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvsAb-0004Qa-Hf for emacs-orgmode@gnu.org; Wed, 15 Sep 2010 09:37:05 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OvsAa-0003EW-IS for emacs-orgmode@gnu.org; Wed, 15 Sep 2010 15:37:04 +0200 Received: from 139.191.131.39 ([139.191.131.39]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Sep 2010 15:37:04 +0200 Received: from sewkokot by 139.191.131.39 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Sep 2010 15:37:04 +0200 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 henry atting online.de> writes: > > calendar-holidays '(( > (holiday-fixed 11 11 "Elfter im Elften") > (holiday-easter-etc -49 "Estomihi") > (holiday-easter-etc -48 "Rosenmontag") > (holiday-easter-etc -52 "Weiberfasnacht") > (holiday-float 12 0 -4 "1. Advent" 24))) > > only these holidays show up in org-agenda but not the emacs calendar > holidays. > > How can I include both? Try adding new items to `calednar-holidays' and not overwriting the default holidays or setting `holiday-local-holidays' variable. HTH