Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Language for Org agenda

19 views
Skip to first unread message

twiki

unread,
Sep 27, 2012, 3:38:00 PM9/27/12
to
How do I change the language that displays the agenda
of Org? I would like the names of the days in Italian!

Grazie!

Bastien

unread,
Sep 27, 2012, 4:49:37 PM9/27/12
to twiki, help-gn...@gnu.org
twiki <twik...@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

0 new messages