* Language format of clock/date entries
@ 2013-12-04 16:21 Rainer Stengele
2013-12-04 20:12 ` Sebastien Vauban
0 siblings, 1 reply; 2+ messages in thread
From: Rainer Stengele @ 2013-12-04 16:21 UTC (permalink / raw)
To: emacs-orgmode
Hi,
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:
[2013-12-02 Mo]
[2013-12-03 Di]
[2013-12-04 Mi]
[2013-12-05 Do]
[2013-12-06 Fr]
..
Thanks,
Rainer
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Language format of clock/date entries
2013-12-04 16:21 Language format of clock/date entries Rainer Stengele
@ 2013-12-04 20:12 ` Sebastien Vauban
0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Vauban @ 2013-12-04 20:12 UTC (permalink / raw)
To: emacs-orgmode-mXXj517/zsQ
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 ;-)
Best regards,
Seb
--
Sebastien Vauban
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-12-04 20:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-04 16:21 Language format of clock/date entries Rainer Stengele
2013-12-04 20:12 ` Sebastien Vauban
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).