Re: [O] Org-Agenda uses wrong date for start of daylight savings

2013-03-13 Thread Bostjan Vilfan
Hello, On Wed, Mar 13, 2013 at 10:50 AM, Bastien wrote: > Hi Bostjan, > > Bostjan Vilfan writes: > >> I've noticed that my orgmode installation (7.9.1) uses the wrong date for the >> start of daylight savings. The emacs manual lists that in this case one >> should >> change the values of calend

[O] Org-Agenda uses wrong date for start of daylight savings

2013-03-13 Thread Bostjan Vilfan
Hello, Thanks for your reply. I made the assignments in my init.el file, as follows: (load "utilvilf") ; frame parameters, font (load "cal-dst") ; I noticed that cal-dst was not initially loaded (setq calendar-daylight-savings-starts '(bv-calendar-dst-starts year)) (setq calendar-daylight-saving

Re: [O] Org-Agenda uses wrong date for start of daylight savings

2013-03-13 Thread Bastien
Hi Bostjan, Bostjan Vilfan writes: > I've noticed that my orgmode installation (7.9.1) uses the wrong date for the > start of daylight savings. The emacs manual lists that in this case one should > change the values of calendar-daylight-savings-starts and > calendar-daylight-savings-ends variabl

[O] Org-Agenda uses wrong date for start of daylight savings

2013-03-13 Thread Bostjan Vilfan
Hello, I've noticed that my orgmode installation (7.9.1) uses the wrong date for the start of daylight savings. The emacs manual lists that in this case one should change the values of calendar-daylight-savings-starts and calendar-daylight-savings-ends variables. I tried it, but it doesn't have any