help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Language for Org agenda


From: Bastien
Subject: Re: Language for Org agenda
Date: Thu, 27 Sep 2012 22:49:37 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux)

twiki <twiki7619@gmail.com> writes:

> How do I change the language that displays the agenda
> of Org? I would like the names of the days in Italian!

(setq calendar-day-name-array
      ["lunedì" "martedì" "mercoledì" "giovedì"
       "venerdì" "sabato" "domenica"])

(setq calendar-month-name-array
      ["gennaio" "febbraio" "marzo" "aprile" "maggio" "giugno"
       "luglio" "agosto" "settembre" "ottobre" "novembre" "dicembre"])

-- 
 Bastien



reply via email to

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