From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Language for agenda Date: Thu, 27 Sep 2012 22:49:49 +0200 Message-ID: <87r4pn6viq.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51809) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THL1m-0007Y6-Ef for emacs-orgmode@gnu.org; Thu, 27 Sep 2012 16:49:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1THL1l-0007C8-Gj for emacs-orgmode@gnu.org; Thu, 27 Sep 2012 16:49:46 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:40440) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THL1l-00079S-AR for emacs-orgmode@gnu.org; Thu, 27 Sep 2012 16:49:45 -0400 Received: by mail-wg0-f49.google.com with SMTP id gg4so626195wgb.30 for ; Thu, 27 Sep 2012 13:49:44 -0700 (PDT) In-Reply-To: (twiki's message of "Thu, 27 Sep 2012 14:46:53 +0000 (UTC)") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: twiki Cc: emacs-orgmode@gnu.org twiki 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