From: Heinz Tuechler <tuechler@gmx.at>
To: emacs-orgmode@gnu.org
Subject: Re: org-time-stamp in German or Spanish or....
Date: Sun, 6 Sep 2020 12:50:02 +0200 [thread overview]
Message-ID: <6ecd55d5-901a-b9c1-adef-3b898a92fead@gmx.at> (raw)
In-Reply-To: <87zh63qn9k.fsf@mat.ucm.es>
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
>
> (defun my-set-calendar-deutsch () ;Version:1.190
> (interactive)
> (setq calendar-week-start-day 1
> calendar-day-name-array ["Sonntag" "Montag" "Dienstag" "Mittwoch"
> "Donnerstag" "Freitag" "Samstag"]))
>
>
> But it does not: it steill does <2020-09-06 Sun>
>
> What do I miss?
>
> Thanks
>
> Uwe Brauer
>
For me
(setq calendar-day-name-array ["Sonntag" "Montag" "Dienstag" "Mittwoch"
"Donnerstag" "Freitag" "Samstag"]
calendar-month-name-array ["Januar" "Februar" "Maerz" "April"
"Mai" "Juni" "Juli" "August" "September" "Oktober" "November" "Dezember"])
in .emacs works
regards,
Heinz
next prev parent reply other threads:[~2020-09-06 10:52 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-06 9:15 org-time-stamp in German or Spanish or Uwe Brauer
2020-09-06 10:50 ` Heinz Tuechler [this message]
2020-09-06 12:01 ` Uwe Brauer
2020-09-06 12:31 ` Heinz Tuechler
2020-09-06 15:49 ` [Some progress] (was: org-time-stamp in German or Spanish or....) Uwe Brauer
2020-09-06 22:19 ` [Some progress] Heinz Tuechler
2020-09-07 6:49 ` Uwe Brauer
2020-09-06 12:53 ` org-time-stamp in German or Spanish or Stefan Nobis
2020-09-06 15:58 ` Uwe Brauer
2020-09-06 16:17 ` Stefan Nobis
2020-09-06 17:43 ` [solved it] (was: org-time-stamp in German or Spanish or....) Uwe Brauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6ecd55d5-901a-b9c1-adef-3b898a92fead@gmx.at \
--to=tuechler@gmx.at \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).