emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* including holidays in agenda
@ 2010-09-15 13:18 henry atting
  2010-09-15 13:36 ` henry atting
  2010-09-15 13:36 ` Seweryn
  0 siblings, 2 replies; 3+ messages in thread
From: henry atting @ 2010-09-15 13:18 UTC (permalink / raw)
  To: emacs-orgmode

When i add this line to an org file 

        %%(org-calendar-holiday)  

holidays are displayed in org-agenda.

But when I add some fixed or floating holidays to my calendar
configuration like

               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?

cheers,
henry

-- 
http://literaturlatenight.de

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: including holidays in agenda
  2010-09-15 13:18 including holidays in agenda henry atting
@ 2010-09-15 13:36 ` henry atting
  2010-09-15 13:36 ` Seweryn
  1 sibling, 0 replies; 3+ messages in thread
From: henry atting @ 2010-09-15 13:36 UTC (permalink / raw)
  To: emacs-orgmode

On Mi, Sep 15 2010, henry atting wrote:

> [...]
>                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?

Oop, I found in `customizing the calendar`  the correct name of the
variable is

        other-holidays

instead of calendar-holidays.

Now it works fine.

-- 
http://literaturlatenight.de

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: including holidays in agenda
  2010-09-15 13:18 including holidays in agenda henry atting
  2010-09-15 13:36 ` henry atting
@ 2010-09-15 13:36 ` Seweryn
  1 sibling, 0 replies; 3+ messages in thread
From: Seweryn @ 2010-09-15 13:36 UTC (permalink / raw)
  To: emacs-orgmode

henry atting <nsmp_02 <at> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-09-15 13:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-15 13:18 including holidays in agenda henry atting
2010-09-15 13:36 ` henry atting
2010-09-15 13:36 ` Seweryn

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).