From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.help Subject: Re: Language for Org agenda Date: Thu, 27 Sep 2012 22:49:37 +0200 Message-ID: <87vcez6vj2.fsf@bzg.ath.cx> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1348778981 15007 80.91.229.3 (27 Sep 2012 20:49:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Sep 2012 20:49:41 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: twiki Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 27 22:49:47 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1THL1l-0001Lj-HS for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Sep 2012 22:49:45 +0200 Original-Received: from localhost ([::1]:55967 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THL1g-000790-G4 for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Sep 2012 16:49:40 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:51716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THL1b-00078s-98 for help-gnu-emacs@gnu.org; Thu, 27 Sep 2012 16:49:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1THL1a-00079Y-G8 for help-gnu-emacs@gnu.org; Thu, 27 Sep 2012 16:49:35 -0400 Original-Received: from mail-wg0-f49.google.com ([74.125.82.49]:40440) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THL1a-00079S-2h for help-gnu-emacs@gnu.org; Thu, 27 Sep 2012 16:49:34 -0400 Original-Received: by wgbgg4 with SMTP id gg4so626195wgb.30 for ; Thu, 27 Sep 2012 13:49:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type:content-transfer-encoding; bh=tKCMDzcWy1F98WQDtzAV52GpqVEq3NkQOJUSfy61a/o=; b=nzBZxkV+o4Rwn10BeRbpEakvnKgkakVJA99NbG7uPpjnFYYd+p3eTF+4InfOTnJVWk sDsmKUYzmRVI7n8bIygt35lhm8xukUYn60ri/EMaw1HNplXECOIiDI2/fCwDaHb7bKfS nHn0JH1m1RrsLAtZ1ta982OJxJlQ1V0IbEu0hFVhMqJix5aJ4IQI20XFhp2QwyklnCyi Nv9TN3tsy8ilrTlvDVOdUeyK3xaoVMH8JZhUBQMo+mq3ZT5l1fffWVSkZcdwvXcWMsDt mFlxjczdEG+Rn6vvk/jeXJZcu0LBhZMp70+WnVS8ZeMJXHys6mod4kT1r1jPS8zs64FZ 8T5Q== Original-Received: by 10.180.73.76 with SMTP id j12mr10720997wiv.11.1348778973061; Thu, 27 Sep 2012 13:49:33 -0700 (PDT) Original-Received: from bzg.localdomain (mar75-2-81-56-68-112.fbx.proxad.net. [81.56.68.112]) by mx.google.com with ESMTPS id fb20sm15233624wid.1.2012.09.27.13.49.31 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 27 Sep 2012 13:49:32 -0700 (PDT) Original-Received: by bzg.localdomain (Postfix, from userid 1000) id 85D7422EDA; Thu, 27 Sep 2012 22:49:37 +0200 (CEST) In-Reply-To: (twiki's message of "Thu, 27 Sep 2012 12:38:00 -0700 (PDT)") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 74.125.82.49 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:86961 Archived-At: twiki 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