From mboxrd@z Thu Jan 1 00:00:00 1970 From: Colin Baxter Subject: Re: Invalid-read-syntax Date: Wed, 20 Apr 2016 18:46:38 +0100 Message-ID: <87potk896p.fsf@yandex.com> References: <87potmnnml.fsf@yandex.com> <87d1plcshl.fsf@nicolasgoaziou.fr> <87bn54q0pu.fsf@yandex.com> <87inzcbsu6.fsf@yandex.com> <87potks349.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35359) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aswDE-0001dj-QI for emacs-orgmode@gnu.org; Wed, 20 Apr 2016 13:46:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aswDB-0006bU-HU for emacs-orgmode@gnu.org; Wed, 20 Apr 2016 13:46:52 -0400 Received: from plane.gmane.org ([80.91.229.3]:40520) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aswDB-0006bO-Ad for emacs-orgmode@gnu.org; Wed, 20 Apr 2016 13:46:49 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aswD9-0002rh-5k for emacs-orgmode@gnu.org; Wed, 20 Apr 2016 19:46:47 +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 19:46:47 +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 19:46:47 +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, Nick Dokos wrote: > Colin Baxter writes: > >> 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. >> > > Perhaps I'm missing something but I don't see anything like that.I also > don't see any changes to ox-html.el between 16ad80 and 516bbf. I > checked out 516bbf and lines 1950+ of ox_html.el look like this: > > (when title > (format > (if html5-fancy > "
\n

%s

\n%s
" > "

%s%s

\n") > (org-export-data title info) > > Maybe your local copy is corrupted somehow? What happens if you > > git checkout -- .../lisp/ox-html.el > > ? > > -- > Nick git checkout /path/to/ox-html.el worked and removed the binary stuff. I guess it must have been corrupted during the git pull. Thank you. Best wishes, Colin.