From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Valentin_W=C3=BCstholz?= Subject: Re: Setting timestamp format to English Date: Wed, 2 Sep 2009 18:10:50 +0200 Message-ID: <69e68c6e0909020910k5117463di5356847e99c76607@mail.gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MisQW-0002tS-Hk for emacs-orgmode@gnu.org; Wed, 02 Sep 2009 12:11:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MisQS-0002q1-SH for emacs-orgmode@gnu.org; Wed, 02 Sep 2009 12:11:16 -0400 Received: from [199.232.76.173] (port=37801 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MisQS-0002pb-Ls for emacs-orgmode@gnu.org; Wed, 02 Sep 2009 12:11:12 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]:58816) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MisQS-000763-BP for emacs-orgmode@gnu.org; Wed, 02 Sep 2009 12:11:12 -0400 Received: by ewy7 with SMTP id 7so907045ewy.31 for ; Wed, 02 Sep 2009 09:11:10 -0700 (PDT) In-Reply-To: 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: bar tomas Cc: emacs-orgmode@gnu.org Hi, the following works for me: (setq system-time-locale "C") Cheers, Valentin On Sun, Aug 30, 2009 at 8:06 PM, bar tomas wrote: > Hi, > > First of all I'd like to say that I find orgmode great. I'd been looking for > a tool like this for years. > I have a french version of windows so when I set a timestamp on an item with > C-c >, I get the timestamp in french. > I'd like to get it in english. > I've tried setting the language environment to english through the menu > (options/mule/set language environment) but it makes no difference. > In a previous mail of this mailing list > (http://www.mail-archive.com/emacs-orgmode@gnu.org/msg03064.html), it is > mentioned that this depends on the variable system-time-locale. > > How can I set system-time-locale to english permanently in my emacs init > file? ( I'm a newbie to emacs) > > I've tried the following, but it doesnt work: > > (set-locale-environment English) > (system-time-locale English) > > Thanks very much. > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > >