From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jan Kremer Newsgroups: gmane.emacs.help Subject: Org capture language Date: Sat, 1 Jul 2023 10:45:40 +0200 Message-ID: Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.120.41.1.3\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39969"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sat Jul 01 10:46:32 2023 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qFWFU-000AFY-J6 for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 01 Jul 2023 10:46:32 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qFWEz-0005gN-Nz; Sat, 01 Jul 2023 04:46:01 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qFWEx-0005g5-Sc for help-gnu-emacs@gnu.org; Sat, 01 Jul 2023 04:45:59 -0400 Original-Received: from smtpm5.myservices.hosting ([185.26.105.236]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qFWEw-0003eR-DH for help-gnu-emacs@gnu.org; Sat, 01 Jul 2023 04:45:59 -0400 Original-Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpm5.myservices.hosting (Postfix) with ESMTP id DC52A20CC6 for ; Sat, 1 Jul 2023 10:45:48 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 46C0580098 for ; Sat, 1 Jul 2023 10:45:48 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Original-Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 7mxy1Zs8wo_B for ; Sat, 1 Jul 2023 10:45:48 +0200 (CEST) Original-Received: from smtpclient.apple (dynamic-077-009-038-201.77.9.pool.telefonica.de [77.9.38.201]) (Authenticated sender: mail@jankremer.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id D8B7880060 for ; Sat, 1 Jul 2023 10:45:47 +0200 (CEST) X-Mailer: Apple Mail (2.3696.120.41.1.3) Received-SPF: pass client-ip=185.26.105.236; envelope-from=mail@jankremer.eu; helo=smtpm5.myservices.hosting X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:144073 Archived-At: Hello, I=E2=80=99m using Doom Emacs on Mac = (d12frosted/emacs-plus/emacs-plus@28). When I trigger org-capture to = append my journal.org, Emacs inserts the current date and time. I = noticed that around the end of april, the language changed from German = to English (e.g. Freitag -> Friday).=20 I don=E2=80=99t know what I changed back then but I=E2=80=99d like to = have the dates in German again. I tried: 1. M-x set-language environment German 2. In config.el: setq parse-time-months/weekdays Both did not fix my issue. Thank you for your help! Jan=