From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: org-time-stamp, day format Date: Tue, 07 Feb 2017 11:04:31 -0500 Message-ID: <87wpd22dio.fsf@gmail.com> References: <87bmufkzqi.fsf@ucl.ac.uk> <6062d6cba765411e8b95f3ff734cf1de@HE1PR01MB1898.eurprd01.prod.exchangelabs.com> <87fujqo0d2.fsf@pinto.chemeng.ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46939) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cb8G5-0000at-Es for emacs-orgmode@gnu.org; Tue, 07 Feb 2017 11:04:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cb8G0-0001Di-MO for emacs-orgmode@gnu.org; Tue, 07 Feb 2017 11:04:45 -0500 Received: from [195.159.176.226] (port=37029 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cb8G0-0001CE-H7 for emacs-orgmode@gnu.org; Tue, 07 Feb 2017 11:04:40 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cb8Fs-0004yI-7k for emacs-orgmode@gnu.org; Tue, 07 Feb 2017 17:04:32 +0100 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" To: emacs-orgmode@gnu.org Eric S Fraga writes: > On Monday, 6 Feb 2017 at 22:33, Uwe Brauer wrote: > > [...] > >> No idea that is was set up like this do you know by change >> how and where can I change that? > > No idea really but I suggest you look at update-locale and locale > commands. Have a look at /etc/default/locale which should contain the > actual defaults created by update-locale. > > I only have > > # File generated by update-locale > LANG="en_GB.UTF-8" > LANGUAGE="en_GB:en" > > in my /etc/default/locale file and my environment has no LC_ variables > set, interestingly. If LANG is set, that's enough: all the LC_* default to whatever LANG says, but you can override them if you set them explicitly. -- Nick