So I guess it's more Emacs thing than Org, could someone please kick me in a right direction as I'm really lost.
Thank you

Petr Ruzicka


On Fri, Feb 27, 2009 at 4:41 PM, Carsten Dominik <dominik@science.uva.nl> wrote:

On Feb 27, 2009, at 3:01 PM, Giovanni Ridolfi wrote:

--- Gio 26/2/09, Petr Ruzicka <pruzicka@gmail.com> ha scritto:
I'm using Org on Windows with Czech enviroment.
Hi, Petr,

I'm using M$Widows XP in an Italian environment.
Emacs 22.3 and Emacs 23.0.9

The abbreviations of weekdays are correct in Italian:

DEADLINE: <2009-01-14 mer +1m>   CLOSED: [2009-02-27 ven 14:08]

and  have nothing special in my .emacs

[2009-02-26 èt 02:36]", it should be
[2009-02-26 čt 02:36]".

I think the problem is the accented letter in the time format.
+ Perhaps the time and date format of Emacs/Org-mode
 does not use UTF-8.
+ Carsten, could it be a bug of Emacs itself?

The time string comes directly from `format-time-string', an Emacs function.

- Carsten