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
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
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
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