From mboxrd@z Thu Jan 1 00:00:00 1970 From: Melleus Subject: Re: org-calendar-holiday and local holidays Date: Mon, 02 Mar 2015 19:32:11 +0200 Message-ID: <87r3t7z4o4.fsf@hornet.workgroup> References: <87pp8sz70q.fsf@hornet.workgroup> <871tl8s0f0.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSUTr-0004oa-J6 for emacs-orgmode@gnu.org; Mon, 02 Mar 2015 12:50:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSUTo-0001J8-Ci for emacs-orgmode@gnu.org; Mon, 02 Mar 2015 12:50:11 -0500 Received: from plane.gmane.org ([80.91.229.3]:40238) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSUTo-0001Hc-1d for emacs-orgmode@gnu.org; Mon, 02 Mar 2015 12:50:08 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YSUFD-0002Bo-DB for emacs-orgmode@gnu.org; Mon, 02 Mar 2015 18:35:03 +0100 Received: from 109.87.123.72 ([109.87.123.72]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Mar 2015 18:35:03 +0100 Received: from melleus by 109.87.123.72 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Mar 2015 18:35:03 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Cc: help-gnu-emacs@gnu.org Alexis writes: > see that local holiday. To fix this, i use M-: to evaluate: > > (setq calendar-holidays (append calendar-holidays > holiday-local-holidays)) > > after which the local holiday next Monday appears in my Org agenda. Works perfectly this way, thank you.