From mboxrd@z Thu Jan 1 00:00:00 1970 From: Myles English Subject: Re: 'org-calendar-holiday's not in an org agenda org file Date: Tue, 10 Sep 2013 21:48:11 +0100 Message-ID: <87hads1jzo.fsf@gmail.com> References: <1378741390.98494.YahooMailNeo@web163102.mail.bf1.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51839) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJUrE-0000pb-BT for emacs-orgmode@gnu.org; Tue, 10 Sep 2013 16:48:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VJUr5-00079v-0n for emacs-orgmode@gnu.org; Tue, 10 Sep 2013 16:48:20 -0400 Received: from mail-we0-x234.google.com ([2a00:1450:400c:c03::234]:42976) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJUr4-00079b-Qe for emacs-orgmode@gnu.org; Tue, 10 Sep 2013 16:48:10 -0400 Received: by mail-we0-f180.google.com with SMTP id u57so6057174wes.39 for ; Tue, 10 Sep 2013 13:48:09 -0700 (PDT) In-reply-to: <1378741390.98494.YahooMailNeo@web163102.mail.bf1.yahoo.com> 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: Enda Cc: "emacs-orgmode@gnu.org" Hi Enda, Enda writes: > In order to include holidays in the org agenda for current day or week(M-x org-agenda RET a),you have to put the following line in one of the org-agenda-files: > > %%(org-calendar-holiday) > > Is there a way to include holidays in the org agenda for current dayor week without putting "%%(org-calendar-holiday)" in one of the orgagenda org files? You set org-agenda-include-diary and may be holidays-in-diary-buffer. Myles