Re: [O] org-calendar-holiday and local holidays

2015-03-03 Thread Melleus
jorge.alfaro-muri...@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.

Re: [O] org-calendar-holiday and local holidays

2015-03-02 Thread Alexis
On 2015-03-03T08:58:20+1100, Jorge A. Alfaro-Murillo said: JAA> holidays.el appends holiday-local-holidays to calendar-holidays JAA> via a defcustom, so if you set holiday-local-holidays in your JAA> .emacs, restart emacs and the local holidays are not in JAA> calendar-holidays, it is beca

Re: [O] org-calendar-holiday and local holidays

2015-03-02 Thread Alexis
On 2015-03-03T02:26:37+1100, Jorge A. Alfaro-Murillo said: JAA> Alexis writes: >> When i scroll down to look at the current value of >> `calendar-holidays`, however, i see that neither the current >> value nor the original value makes any reference to the >> `holiday-local-holidays` variable

Re: [O] org-calendar-holiday and local holidays

2015-03-02 Thread Jorge A. Alfaro-Murillo
Melleus writes: Alexis writes: see that local holiday. To fix this, i use M-: to evaluate: (setq calendar-holidays (append calendar-holidays holiday-local-holidays)) Works perfectly this way, thank you. jorge.alfaro-muri...@yale.edu (Jorge A. Alfaro-Murillo) writes: They should s

Re: [O] org-calendar-holiday and local holidays

2015-03-02 Thread Melleus
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.

Re: [O] org-calendar-holiday and local holidays

2015-03-02 Thread Melleus
jorge.alfaro-muri...@yale.edu (Jorge A. Alfaro-Murillo) writes: > They should show up after you restart emacs. I supposed it should. But in fact in does not work.

Re: [O] org-calendar-holiday and local holidays

2015-03-02 Thread Jorge A. Alfaro-Murillo
Hi Melleus. Melleus writes: Does %%(org-calendar-holiday) know about holiday-local-holidays? I'm not programmer, sorry. I've set up those local holidays but cannot see them in my agenda. They should show up after you restart emacs. Best, -- Jorge.

Re: [O] org-calendar-holiday and local holidays

2015-03-02 Thread Jorge A. Alfaro-Murillo
Alexis writes: When i scroll down to look at the current value of `calendar-holidays`, however, i see that neither the current value nor the original value makes any reference to the `holiday-local-holidays` variable. And indeed, when i examine my agenda for next Monday, which is a local holi

Re: [O] org-calendar-holiday and local holidays

2015-03-01 Thread Nick Dokos
Melleus writes: > Hi to all. > > I'm afraid to ask. But... Anyway. Does %% > about holiday-local-holidays? I'm not programmer, sorry. I've set up > those local holidays but cannot see them in my agenda. > Can you see them in the calendar? If so, I think you should be able to see them in the agen

Re: [O] org-calendar-holiday and local holidays

2015-03-01 Thread Alexis
[Crossposted to the help-gnu-emacs list, for possible advice on whether or not this involves a bug in GNU Emacs.] On 2015-03-02T09:29:09+1100, Melleus said: M> I'm afraid to ask. But... Anyway. Does %%(org-calendar-holiday) M> know about holiday-local-holidays? I'm not programmer, sorry. I'

[O] org-calendar-holiday and local holidays

2015-03-01 Thread Melleus
Hi to all. I'm afraid to ask. But... Anyway. Does %%(org-calendar-holiday) know about holiday-local-holidays? I'm not programmer, sorry. I've set up those local holidays but cannot see them in my agenda. Thanks in advance.