Hello,

Sébastien Vauban wrote:
> In the same arena, I've noticed -- since I am on a Windows computer with
> French locales, that I now have Frenchized abbreviations for the dates, in
> the timestamps and in the agenda.
>
> For example:
>
>    CLOCK: [2010-10-26 mar. 09:14]--[2010-10-26 mar. 10:15] =>  1:01
>
> where `mar.' represents `Tue' (mardi, Tuesday).

I finally found the solution, which I'm sharing with you:

#+begin_src emacs-lisp
  (setq system-time-locale "C")
#+end_src

instead of:

#+begin_src emacs-lisp
  (setq system-time-locale "en_US.utf-8")
#+end_src

Strange, but...

Best regards,
  Seb

-- 
Sébastien Vauban


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to