[solved it] (was: org-time-stamp in German or Spanish or....)

2020-09-06 Thread Uwe Brauer
>>> "SN" == Stefan Nobis writes: > Uwe Brauer writes: >> But it still inserts <2020-09-06 Sun> > What's the value of `system-time-locale'? I found that I had to re-run sudo locale-gen de_DE.UTF-8 sudo dpkg-reconfigure locales Then it worked as expected. Thanks! <2020-09-06

Re: org-time-stamp in German or Spanish or....

2020-09-06 Thread Stefan Nobis
Uwe Brauer writes: > But it still inserts <2020-09-06 Sun> What's the value of `system-time-locale'? In a shell (like Bash), is there a difference between the following two commands: #+begin_src bash LC_TIME=C date #+end_src #+begin_src bash LC_TIME=de_DE date #+end_src -- Until the next

Re: org-time-stamp in German or Spanish or....

2020-09-06 Thread Uwe Brauer
>>> "SN" == Stefan Nobis writes: > Uwe Brauer writes: >> But is inserts the name of the days in English > The format and language of the time-stamps is controlled by the > function format-time-string (the docstring of this function shows all > the available placeholders, including "%a" for the

[Some progress] (was: org-time-stamp in German or Spanish or....)

2020-09-06 Thread Uwe Brauer
> Uwe Brauer wrote/hat geschrieben on/am 06.09.2020 14:01: > Can't answer this, because I don't use a mail buffer, but in an org-file > I use C-c . to insert an active time stamp (result: <2020-09-06 So>) or > C-c ! for an inactive one (result: [2020-09-06 So]) ah you use a mail (nor message)

Re: org-time-stamp in German or Spanish or....

2020-09-06 Thread Stefan Nobis
Uwe Brauer writes: > But is inserts the name of the days in English The format and language of the time-stamps is controlled by the function format-time-string (the docstring of this function shows all the available placeholders, including "%a" for the locale's abbreviated name of the day of

Re: org-time-stamp in German or Spanish or....

2020-09-06 Thread Heinz Tuechler
Uwe Brauer wrote/hat geschrieben on/am 06.09.2020 14:01: > Uwe Brauer wrote/hat geschrieben on/am 06.09.2020 11:15: > For me > (setq calendar-day-name-array ["Sonntag" "Montag" "Dienstag" "Mittwoch" >"Donnerstag" "Freitag" "Samstag"] >

Re: org-time-stamp in German or Spanish or....

2020-09-06 Thread Uwe Brauer
> Uwe Brauer wrote/hat geschrieben on/am 06.09.2020 11:15: > For me > (setq calendar-day-name-array ["Sonntag" "Montag" "Dienstag" "Mittwoch" > "Donnerstag" "Freitag" "Samstag"] > calendar-month-name-array ["Januar" "Februar" "Maerz" "April" >

Re: org-time-stamp in German or Spanish or....

2020-09-06 Thread Heinz Tuechler
Uwe Brauer wrote/hat geschrieben on/am 06.09.2020 11:15: Hi Org-time-stamp inserts a date as specified in (org-time-stamp-custom-formats '(" %d.%m.%Y " . " %d.%m.%Y %a %H:%M ")) But is inserts the name of the days in English, which variable allows me to change the language? I thought maybe

org-time-stamp in German or Spanish or....

2020-09-06 Thread Uwe Brauer
Hi Org-time-stamp inserts a date as specified in (org-time-stamp-custom-formats '(" %d.%m.%Y " . " %d.%m.%Y %a %H:%M ")) But is inserts the name of the days in English, which variable allows me to change the language? I thought maybe (defun my-set-calendar-deutsch ()