From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Melleus Newsgroups: gmane.emacs.orgmode,gmane.emacs.help 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> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1425318695 13472 80.91.229.3 (2 Mar 2015 17:51:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Mar 2015 17:51:35 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: emacs-orgmode@gnu.org Original-X-From: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Mon Mar 02 18:51:28 2015 Return-path: Envelope-to: geo-emacs-orgmode@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YSUUy-0001Ff-Db for geo-emacs-orgmode@m.gmane.org; Mon, 02 Mar 2015 18:51:20 +0100 Original-Received: from localhost ([::1]:58563 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSUUx-0007NS-P9 for geo-emacs-orgmode@m.gmane.org; Mon, 02 Mar 2015 12:51:19 -0500 Original-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 Original-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 Original-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 Original-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 Original-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 Original-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 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 10 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 109.87.123.72 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) Cancel-Lock: sha1:YTzchikmzKPrvxjX5RfLmuC304c= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.14 Precedence: list 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 Original-Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.orgmode:95574 gmane.emacs.help:102984 Archived-At: 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.