From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Re: Language format of clock/date entries Date: Wed, 04 Dec 2013 21:12:24 +0100 Message-ID: <86haaol6jb.fsf@somewhere.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: 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-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Rainer Stengele, Rainer Stengele wrote: > I have to switch languages in my wiodows 7 system from time to time. > After switching my clock entries also switch format. > How can I force emacs/orgmode to stick with the german clock/Date format = like for example: For English timestamps, use: --8<---------------cut here---------------start------------->8--- ;; system locale to use for formatting time values (setq system-time-locale "C") --8<---------------cut here---------------end--------------->8--- For German timestamps, use a variation of it=C2=A0;-) Best regards, Seb --=20 Sebastien Vauban