all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.