twiki <[email protected]> writes: > How can you change the language in which Emacs > displays the Agenda in Org-mode?
(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
