From mboxrd@z Thu Jan 1 00:00:00 1970 From: Melleus Subject: Re: org-calendar-holiday and local holidays Date: Tue, 03 Mar 2015 15:43:43 +0200 Message-ID: <878ufe8acw.fsf@hornet.workgroup> References: <87pp8sz70q.fsf@hornet.workgroup> <871tl8s0f0.fsf@gmail.com> <87r3t7z4o4.fsf@hornet.workgroup> <87sidn83k3.fsf@yale.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48740) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSn7U-0000sd-V0 for emacs-orgmode@gnu.org; Tue, 03 Mar 2015 08:44:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSn7Q-0006H4-Rl for emacs-orgmode@gnu.org; Tue, 03 Mar 2015 08:44:20 -0500 Received: from plane.gmane.org ([80.91.229.3]:53369) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSn7Q-0006H0-Kd for emacs-orgmode@gnu.org; Tue, 03 Mar 2015 08:44:16 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YSn7P-0007Wc-2F for emacs-orgmode@gnu.org; Tue, 03 Mar 2015 14:44:15 +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 ; Tue, 03 Mar 2015 14:44:15 +0100 Received: from melleus by 109.87.123.72 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Mar 2015 14:44:15 +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 jorge.alfaro-murillo@yale.edu (Jorge A. Alfaro-Murillo) writes: > calendar-holidays, it is because you are calling something that > loads holidays.el before you set holiday-local-holidays. You're right. Now I understand. Thank you for explaining.