unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Language for Org agenda
@ 2012-09-27 19:38 twiki
  2012-09-27 20:49 ` Bastien
  0 siblings, 1 reply; 2+ messages in thread
From: twiki @ 2012-09-27 19:38 UTC (permalink / raw)
  To: help-gnu-emacs

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

Grazie!


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Language for Org agenda
  2012-09-27 19:38 Language for Org agenda twiki
@ 2012-09-27 20:49 ` Bastien
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2012-09-27 20:49 UTC (permalink / raw)
  To: twiki; +Cc: help-gnu-emacs

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-09-27 20:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-27 19:38 Language for Org agenda twiki
2012-09-27 20:49 ` Bastien

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).