From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Re: org-time-stamp, day format Date: Sat, 11 Feb 2017 22:38:34 +0000 Message-ID: <87inogtkt1.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> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ccgL6-0001L5-RU for emacs-orgmode@gnu.org; Sat, 11 Feb 2017 17:40:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ccgL3-0000EE-Oa for emacs-orgmode@gnu.org; Sat, 11 Feb 2017 17:40:20 -0500 Received: from [195.159.176.226] (port=41082 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ccgL3-0000E9-H7 for emacs-orgmode@gnu.org; Sat, 11 Feb 2017 17:40:17 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1ccgKt-0001yl-PW for emacs-orgmode@gnu.org; Sat, 11 Feb 2017 23:40:07 +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 > Nick Dokos writes: > And if you want to fix this in Emacs only: > ;; System locale to use for formatting time values. > (setq system-time-locale "C") ; Make sure that the weekdays in the > ; time stamps of your Org mode files and > ; in the agenda appear in English. Aha, thanks that looks helpful, however the documentation for that variable is nonexistent. How do I know its options and that "C" corresponds to English?