From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Re: org-time-stamp, day format Date: Sun, 12 Feb 2017 17:05:41 +0000 Message-ID: <871sv35ogq.fsf@mat.ucm.es> References: <87bmufkzqi.fsf@ucl.ac.uk> <6062d6cba765411e8b95f3ff734cf1de@HE1PR01MB1898.eurprd01.prod.exchangelabs.com> <87fujqo0d2.fsf@pinto.chemeng.ucl.ac.uk> <87wpd22dio.fsf@gmail.com> <62b0cab071584546a6006fdf813e4157@HE1PR01MB1898.eurprd01.prod.exchangelabs.com> <87y3xbwlni.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60717) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ccxb1-00011U-EM for emacs-orgmode@gnu.org; Sun, 12 Feb 2017 12:05:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ccxay-0004PX-AR for emacs-orgmode@gnu.org; Sun, 12 Feb 2017 12:05:55 -0500 Received: from [195.159.176.226] (port=36995 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ccxay-0004PR-32 for emacs-orgmode@gnu.org; Sun, 12 Feb 2017 12:05:52 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1ccxao-0004PC-BY for emacs-orgmode@gnu.org; Sun, 12 Feb 2017 18:05:42 +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 > On Saturday, 11 Feb 2017 at 22:38, Uwe Brauer wrote: > It does not strictly speaking correspond to English but to the "default" > language for each individual application which may, of course, be > English in many if not most cases. > Good examples and further explanations can be found in > http://unix.stackexchange.com/questions/87745/what-does-lc-all-c-do#87748 thanks, Meanwhile I found out that I can switch manually in emacs (and not touching the shell variables) via, (set-locale-environment "es_ES.UTF-8") (set-locale-environment "de_DE.UTF-8") (setq system-time-locale "C")