emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Calendar-like view of the org-agenda


From: Michael Markert
Subject: Re: [O] Calendar-like view of the org-agenda
Date: Fri, 15 Jul 2011 21:33:34 +0200
User-agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/23.3 Mule/6.0 (HANACHIRUSATO)

On 15 Jul 2011, OSiUX wrote:
> When change the name of days and months, emacs crash!!::
>
> (setq calendar-week-start-day 7
>       european-calendar-style t
>       calendar-day-name-array
>          ["Dom" "Lun" "Mar" "Mie" "Jue" "Vie" "Sab"]
>       calendar-month-name-array
>          ["Ene" "Feb" "Mar" "Abr" "May" "Jun" "Jul"
>           "Ago" "Sep" "Oct" "Nov" "Dic"] )

The names are no problem, but `calendar-week-start-day' is. The day
array is 0-indexed, so you want 6 not 7.

Michael

Attachment: pgpZPOQudbocx.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]