From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug? Encoding trouble in org-id-locations-load Date: Sat, 04 Nov 2017 22:41:32 +0100 Message-ID: <87zi81oh6b.fsf@nicolasgoaziou.fr> References: <87po8z5u5h.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]:58321) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eB6CB-0001Lv-7y for emacs-orgmode@gnu.org; Sat, 04 Nov 2017 17:41:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eB6C6-0005d0-90 for emacs-orgmode@gnu.org; Sat, 04 Nov 2017 17:41:39 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:41842) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eB6C6-0005cU-2R for emacs-orgmode@gnu.org; Sat, 04 Nov 2017 17:41:34 -0400 In-Reply-To: <87po8z5u5h.fsf@gmail.com> (Anders Johansson's message of "Fri, 03 Nov 2017 15:11:38 +0100") 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: Anders Johansson Cc: "emacs-orgmode@gnu.org" Hello, Anders Johansson writes: > I tried changing the call to ~insert-file-contents-literally~ in > ~org-id-locations-load~ to just ~insert-file-contents~ and this seemed > to fix the behaviour (as correct decoding is done then?). I don=E2=80=99t= know > if there are other unwanted effects from using ~insert-file-contents~, > but otherwise this seems to me to be a more correct solution. Agreed. I applied your suggestion. Thank you. Regards, --=20 Nicolas Goaziou