From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Pluim Subject: bug#34684: 26.1; Strange characters when inserting date Date: Fri, 01 Mar 2019 14:47:21 +0100 Message-ID: References: <83h8cnkdc5.fsf@gnu.org> <83zhqfit5u.fsf@gnu.org> <83d0naj30v.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:59949) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gziWH-0003Bz-Hn for emacs-orgmode@gnu.org; Fri, 01 Mar 2019 08:48:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gziWD-00030g-PW for emacs-orgmode@gnu.org; Fri, 01 Mar 2019 08:48:08 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:42381) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gziW9-0002y2-SW for emacs-orgmode@gnu.org; Fri, 01 Mar 2019 08:48:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gziW9-0003ih-Pa for emacs-orgmode@gnu.org; Fri, 01 Mar 2019 08:48:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <83d0naj30v.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 01 Mar 2019 12:35:28 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Eli Zaretskii Cc: Philip.Wong@warwick.ac.uk, 34684@debbugs.gnu.org Eli Zaretskii writes: >> From: Robert Pluim >> Cc: Eli Zaretskii , 34684@debbugs.gnu.org >> Date: Fri, 01 Mar 2019 11:00:01 +0100 >>=20 >> > It could be some snafu in Org, though, e.,g. if it doesn't know how to >> > support that value of $LANG. In any case, should be reported to Org >> > developers first. >>=20 >> org-time-stamp just calls essentially >>=20 >> (insert (format-time-string "<%Y-%m-%d %a>" (current-time))) >>=20 >> so it=CA=BCs hard to see how this could be an issue in Org. > > That's only so if the above produces the same garbled result as in the > original report. Does it? Didn=CA=BCt I send this yesterday? $ LANG=3Dzh_HK src/emacs -Q -l ss.el (require 'org) (org-time-stamp) <2019-03-01 =E4=BA=94> I think '=E4=BA=94' is 'Five', but don=CA=BCt quote me on that. So at least for me it=CA=BCs working correctly (in both *scratch* and an Org-mode buffer), which means there=CA=BCs something wrong in the reporter's configuration somewhere. Robert