From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: buffer-locale setting of locale for day names in time-stamps Date: Fri, 7 Sep 2007 10:04:16 +0200 Message-ID: <56d088e087670b1c523197b76df813e4@science.uva.nl> References: <41c818190709060839k1b8e8447m7e8e9e514c17a6c6@mail.gmail.com> <87lkbjmy9z.fsf@bzg.ath.cx> <41c818190709061740m617d0a0ax733abee670dd33df@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ITYpB-0006KT-AU for emacs-orgmode@gnu.org; Fri, 07 Sep 2007 04:04:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ITYp8-0006H9-8V for emacs-orgmode@gnu.org; Fri, 07 Sep 2007 04:04:20 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITYp8-0006Gy-2Q for emacs-orgmode@gnu.org; Fri, 07 Sep 2007 04:04:18 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ITYp7-0002lB-EH for emacs-orgmode@gnu.org; Fri, 07 Sep 2007 04:04:17 -0400 In-Reply-To: <41c818190709061740m617d0a0ax733abee670dd33df@mail.gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: William Henney Cc: emacs-orgmode@gnu.org On Sep 7, 2007, at 2:40, William Henney wrote: > Hi Bastien > > On 9/6/07, Bastien wrote: >> "William Henney" writes: >> >>> Is there any way to have buffer-local (or file-local) setting of the >>> locale. >> >> What about the #+LANGUAGE option? >> > > Yes, I use this option. However, this value is not respected by the > time-stamps, which are implemented using format-time-string (a > built-in emacs function, written in C) I believe this has to do with the LANG and LC_TIME environment variables, but I don't know exactly what you have to set them to. - Carsten