emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Invalid-read-syntax


From: Nick Dokos
Subject: Re: [O] Invalid-read-syntax
Date: Wed, 20 Apr 2016 11:37:26 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Colin Baxter <address@hidden> 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
              "<header>\n<h1 class=\"title\">%s</h1>\n%s</header>"
            "<h1 class=\"title\">%s%s</h1>\n")
          (org-export-data title info)

Maybe your local copy is corrupted somehow? What happens if you

 git checkout -- .../lisp/ox-html.el

?

--
Nick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]