From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: CUSTOM_ID property does not support Chinese Date: Mon, 26 Nov 2018 23:57:19 +0100 Message-ID: <87o9abwipc.fsf@nicolasgoaziou.fr> References: <87pnus5m27.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41373) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRPoW-0005Fg-Ch for emacs-orgmode@gnu.org; Mon, 26 Nov 2018 17:57:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gRPoS-0004Zr-Bz for emacs-orgmode@gnu.org; Mon, 26 Nov 2018 17:57:12 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:42211) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gRPoS-0004ZT-5q for emacs-orgmode@gnu.org; Mon, 26 Nov 2018 17:57:08 -0500 In-Reply-To: <87pnus5m27.fsf@gmail.com> (stardiviner's message of "Mon, 26 Nov 2018 15:34:40 +0800") 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: stardiviner Cc: org-mode Hello, stardiviner writes: > Here is the example: > > #+begin_src org > * headline > :CUSTOM_ID: =E6=B5=8B=E8=AF=95 > #+end_src > > I use org-store-link, and org-insert-link keybindings. But it reports err= or: > > Position saved to mark ring, go back with =E2=80=98M-,=E2=80=99. > if: No match for custom ID: %E5%AE%BD%E5%BA%A6%E4%BC%98%E5%85%88%E6%9C%89= %E5%88%A9%E4%BA%8E%E5%A4%9A%E4%B8%AA%E7%88%AC%E8%99%AB%E5%8D%8F%E5%90%8C%E6= %8A%93%E5%8F%96 > Position saved to mark ring, go back with =E2=80=98M-,=E2=80=99. > if: No match for custom ID: %E5%AE%BD%E5%BA%A6%E4%BC%98%E5%85%88%E6%9C%89= %E5%88%A9%E4%BA%8E%E5%A4%9A%E4%B8%AA%E7%88%AC%E8%99%AB%E5%8D%8F%E5%90%8C%E6= %8A%93%E5%8F%96 > > Seems Org Mode can't handle Chinese correctly. Fixed. Thank you. Regards, --=20 Nicolas Goaziou