From mboxrd@z Thu Jan 1 00:00:00 1970 From: Colin Baxter Subject: Re: Invalid-read-syntax Date: Wed, 20 Apr 2016 09:13:53 +0100 Message-ID: <87inzcbsu6.fsf@yandex.com> References: <87potmnnml.fsf@yandex.com> <87d1plcshl.fsf@nicolasgoaziou.fr> <87bn54q0pu.fsf@yandex.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59694) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asnH0-0000Am-GT for emacs-orgmode@gnu.org; Wed, 20 Apr 2016 04:14:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1asnGx-0001q3-BK for emacs-orgmode@gnu.org; Wed, 20 Apr 2016 04:14:10 -0400 Received: from plane.gmane.org ([80.91.229.3]:60674) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asnGx-0001pz-57 for emacs-orgmode@gnu.org; Wed, 20 Apr 2016 04:14:07 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1asnGv-0007nf-Dt for emacs-orgmode@gnu.org; Wed, 20 Apr 2016 10:14:05 +0200 Received: from host86-181-217-18.range86-181.btcentralplus.com ([86.181.217.18]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Apr 2016 10:14:05 +0200 Received: from m43cap by host86-181-217-18.range86-181.btcentralplus.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Apr 2016 10:14:05 +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: emacs-orgmode@gnu.org On Wed, Apr 20 2016, Alan Schmitt wrote: > On 2016-04-20 07:59, Colin Baxter writes: > >> On Tue, Apr 19 2016, Nicolas Goaziou wrote: >> >>> Hello, >>> >>> Colin Baxter writes: >>> >>>> With the latest org-mode release_8.3.4-739-g7894129, I'm getting an lisp error >>>> (invalid-read-syntax "#"). This ocurs with emacs-25.1.50.1 and >>>> emacs-24.5.1. >>> >>> Could you provide an ECM? What command triggered that? >>> >>> Regards, >> >> I'm afraid I don't know what ECM means. If you can give me some more >> information, I'll have a go at providing it. > > It's a TLA (three letters acronym) for MWE (minimal working example) in > French: Exemple Complet Minimal. > > HTH, > > Alan Thanks for the clarification of ECM. The file /lisp/ox-html.el of org-mode release_8.3.4-743-g516bbf has binary content at line 1952, whereas the same file of org-mode release_8.3.4-721-g16ad80 has not. Perhaps this is significant. Best wishes, Colin.